Remove obsolete log call

master
Tim Möhlmann 5 years ago
parent 075417bf90
commit 348ea1a572
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

@ -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…
Cancel
Save