mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
chore(logging): disable debug logs by default
This commit is contained in:
+2
-2
@@ -5,8 +5,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
// Debug for now
|
||||
LogLevel gMinLevel = LogLevel::Debug;
|
||||
// Keep debug disabled by default; runtime debug service can enable it.
|
||||
LogLevel gMinLevel = LogLevel::Info;
|
||||
|
||||
const char* levelTag(LogLevel level) {
|
||||
switch (level) {
|
||||
|
||||
@@ -23,5 +23,5 @@ private:
|
||||
|
||||
InternalNotificationService& m_internal_notifications;
|
||||
std::unique_ptr<sdbus::IObject> m_object;
|
||||
bool m_verbose_logs{true};
|
||||
bool m_verbose_logs{false};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user