Merge pull request #3929 from nextcloud/bugfix/debugLogsByDefault

by default we produce debug logs because we need them
This commit is contained in:
Matthieu Gallien 2021-10-28 17:01:33 +02:00 committed by GitHub
commit 7dacabf07c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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)