From baeda2d8154db7172a4ecd281ffe62e98cb60c36 Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Sun, 19 Feb 2012 17:32:49 -0800 Subject: [PATCH] Don't log 'log restarted' everytime settings are read Signed-off-by: Maxime Petazzoni --- www/logconfig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/www/logconfig.py b/www/logconfig.py index 749e1552..48c8c426 100644 --- a/www/logconfig.py +++ b/www/logconfig.py @@ -47,5 +47,4 @@ def setup_maposmatic_logging(level, destination, log_format): maposmatic_logger.addHandler(handler) ocitysmap_logger.addHandler(handler) - maposmatic_logger.info('log restarted.') logging.maposmatic_logging_setup_done = True