mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Remove obsolete log call
This commit is contained in:
parent
075417bf90
commit
348ea1a572
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user