From 6971fa553b1232b8faa61cb9545ac0ead78782f6 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 24 Feb 2018 00:54:16 +0100 Subject: Lots of lots of messages are being logged --- playoff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playoff.py') diff --git a/playoff.py b/playoff.py index 16113fc..ac84c66 100644 --- a/playoff.py +++ b/playoff.py @@ -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 -- cgit v1.2.3