• Štěpán Henek's avatar
    Logging fix · bba32588
    Štěpán Henek authored
    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.
    bba32588