diff options
author | emkael <emkael@tlen.pl> | 2018-02-24 00:54:16 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-02-24 00:54:16 +0100 |
commit | 6971fa553b1232b8faa61cb9545ac0ead78782f6 (patch) | |
tree | b97ff0eaa680af9b2c14eabf37db3824f7c31742 /playoff.py | |
parent | b6685df922615ebb1b36fe7a9b0e8af3261ff1dc (diff) |
Lots of lots of messages are being logged
Diffstat (limited to 'playoff.py')
-rw-r--r-- | playoff.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ def main(): 'INFO' if arguments.verbose else ( 'DEBUG' if arguments.debug else 'WARNING'))) - PlayoffLogger.get().debug('started with arguments: %s', arguments) + PlayoffLogger.get().info('started with arguments: %s', arguments) settings = PlayoffSettings(arguments.config_file) interactive = settings.interactive |