Skip to content
Snippets Groups Projects
Commit f4c9ebbc authored by Mark Haines's avatar Mark Haines
Browse files

Delete ugly commented out log line.

parent 478e511d
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,6 @@ class LoggingConfig(Config): ...@@ -78,7 +78,6 @@ class LoggingConfig(Config):
handler.addFilter(LoggingContextFilter(request="")) handler.addFilter(LoggingContextFilter(request=""))
logger.addHandler(handler) logger.addHandler(handler)
#logger.info("Test")
else: else:
with open(self.log_config, 'r') as f: with open(self.log_config, 'r') as f:
logging.config.dictConfig(yaml.load(f)) logging.config.dictConfig(yaml.load(f))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment