Qabel / qabel-desktop

(B2C) :computer: Desktop frontend of Qabel
Other
11 stars 12 forks source link

fixes #547 logging on dist #548

Closed julianseeger closed 7 years ago

julianseeger commented 7 years ago

The "log.root" property needs to be set before the first logger instance is created. Since this code was in the Kernel and the Kernel has a static logger that is instantiated before anything else is done, thie property was empty and the logging failed.

Now it is set before any logger is created and thus creates nice logs with working rotation.