1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +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

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