Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2021-10-27 15:10:16 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-10-28 16:48:55 +0300
commit8226c30d848b68c710077e9c32e91c9a6b02a5a0 (patch)
tree24b6f74025e4a49dd9018f4abff002f6788deb78 /src/gui/application.cpp
parent9281350b4c76618052358da639daaee8e7620d74 (diff)
by default we produce debug logs because we need them
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Diffstat (limited to 'src/gui/application.cpp')
-rw-r--r--src/gui/application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/application.cpp b/src/gui/application.cpp
index b02e0980f..9a7cd6a22 100644
--- a/src/gui/application.cpp
+++ b/src/gui/application.cpp
@@ -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)