diff --git a/ext/libstrawberry-common/core/logging.cpp b/ext/libstrawberry-common/core/logging.cpp index 3911b5dd..db81986f 100644 --- a/ext/libstrawberry-common/core/logging.cpp +++ b/ext/libstrawberry-common/core/logging.cpp @@ -55,8 +55,7 @@ static Level sDefaultLevel = Level_Debug; static QMap* sClassLevels = nullptr; static QIODevice *sNullDevice = nullptr; -//const char* kDefaultLogLevels = "*:3"; -const char *kDefaultLogLevels = "GstEnginePipeline:2,*:3"; +const char* kDefaultLogLevels = "*:3"; static const char *kMessageHandlerMagic = "__logging_message__"; static const size_t kMessageHandlerMagicLength = strlen(kMessageHandlerMagic);