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 Logger::s_stdoutSink = make_shared(); HashSet Logger::s_sinks{s_stdoutSink}; -Array Logger::s_loggable = Array::filled(false); +Array Logger::s_loggable = Array{false, true, true, true}; Mutex Logger::s_mutex; String LogMap::getValue(String const& key) {