Don't log 'log restarted' everytime settings are read

Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
stable
Maxime Petazzoni 2012-02-19 17:32:49 -08:00
rodzic 0b8c5a531a
commit baeda2d815
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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