Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarLogging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarLogging.cpp')
-rw-r--r--source/core/StarLogging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/StarLogging.cpp b/source/core/StarLogging.cpp
index 062facf..9393bb1 100644
--- a/source/core/StarLogging.cpp
+++ b/source/core/StarLogging.cpp
@@ -89,7 +89,7 @@ void Logger::refreshLoggable() {
shared_ptr<StdoutLogSink> Logger::s_stdoutSink = make_shared<StdoutLogSink>();
HashSet<LogSinkPtr> Logger::s_sinks{s_stdoutSink};
-Array<bool, 4> Logger::s_loggable = Array<bool, 4>::filled(false);
+Array<bool, 4> Logger::s_loggable = Array<bool, 4>{false, true, true, true};
Mutex Logger::s_mutex;
String LogMap::getValue(String const& key) {