mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +03:00
Merge pull request #3929 from nextcloud/bugfix/debugLogsByDefault
by default we produce debug logs because we need them
This commit is contained in:
commit
7dacabf07c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue