No need to configure logging

since the rattail config object will do that when first made
This commit is contained in:
Lance Edgar 2023-10-23 20:35:43 -05:00
parent f70772fabc
commit 756b4b9d18

View file

@ -60,7 +60,6 @@ def make_rattail_config(settings):
"to the path of your config file. Lame, but necessary.")
rattail_config = make_config(path)
settings['rattail_config'] = rattail_config
rattail_config.configure_logging()
# configure database sessions
if hasattr(rattail_config, 'rattail_engine'):