Skip to content

Logging fix

Štěpán Henek requested to merge (removed):logging-fix into master

When --log-file is not set the app should be logging to console. However it is not because python logging is not initialized.

This patch will initialize python logging no matter what cmd-line arguments are used.

Merge request reports