mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 11:36:03 +03:00
comment out ugly test logline
This commit is contained in:
parent
e3005d3ddb
commit
68c0603946
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class LoggingConfig(Config):
|
||||||
handler.addFilter(LoggingContextFilter(request=""))
|
handler.addFilter(LoggingContextFilter(request=""))
|
||||||
|
|
||||||
logger.addHandler(handler)
|
logger.addHandler(handler)
|
||||||
logger.info("Test")
|
#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))
|
||||||
|
|
Loading…
Reference in a new issue