1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00

Remove obsolete log call

This commit is contained in:
Tim Möhlmann 2019-08-21 21:33:49 +03:00
parent 075417bf90
commit 348ea1a572
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

View File

@ -106,7 +106,6 @@ class ConfigManager(dict):
key: self.__coerce_value(os.environ.get(key, value))
for key, value in DEFAULT_CONFIG.items()
})
log.basicConfig(stream=sys.stderr, level=self.config["LOG_LEVEL"])
self.resolve_host()
# automatically set the sqlalchemy string