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


No differences found