by default we produce debug logs because we need them
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 27 Oct 2021 12:10:16 +0000 (14:10 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Thu, 28 Oct 2021 13:48:55 +0000 (13:48 +0000)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/application.cpp

index b02e0980fb9a0e6e591522e0958db5c7d65339a0..9a7cd6a225fd4d6035f034af491062160406fd8f 100644 (file)
@@ -178,7 +178,7 @@ Application::Application(int &argc, char **argv)
     , _showLogWindow(false)
     , _logExpire(0)
     , _logFlush(false)
-    , _logDebug(false)
+    , _logDebug(true)
     , _userTriggeredConnect(false)
     , _debugMode(false)
     , _backgroundMode(false)