The source project of this merge request has been removed.
Logging fix
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.