From 6d7a01fb4e01d285bb7d3dcbb637c7d4ec62505b Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 16 Oct 2021 21:25:36 +0200 Subject: [PATCH] Logging: Remove custom debug level for gst pipeline --- ext/libstrawberry-common/core/logging.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/libstrawberry-common/core/logging.cpp b/ext/libstrawberry-common/core/logging.cpp index 3911b5dde..db81986f8 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);