common: Improve logger configuration
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 23 May 2018 22:24:28 +0000 (00:24 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 23 May 2018 23:43:22 +0000 (01:43 +0200)
commitf9e037ea6a0b946c84db62d324996d8f878c1efb
tree0e3a50abea77e579ec537b77df5f9606024a25b0
parent6de2be92eff20e0c3d2e4a6350315b23061f675e
common: Improve logger configuration

Initialize logging earlier, so output during core initialization
gets routed properly.

Enable the logging options also for quasselclient; there's no good
reason to limit this to the core and monolithic client. However, as
a side-effect, the default log level is now Info also for the client,
so "-l Debug" must be specified on the command line to get debug
output.
src/common/main.cpp
src/common/quassel.cpp
src/core/coreapplication.cpp