No need to configure logging
since the rattail config object will do that when first made
This commit is contained in:
parent
f70772fabc
commit
756b4b9d18
|
@ -60,7 +60,6 @@ def make_rattail_config(settings):
|
||||||
"to the path of your config file. Lame, but necessary.")
|
"to the path of your config file. Lame, but necessary.")
|
||||||
rattail_config = make_config(path)
|
rattail_config = make_config(path)
|
||||||
settings['rattail_config'] = rattail_config
|
settings['rattail_config'] = rattail_config
|
||||||
rattail_config.configure_logging()
|
|
||||||
|
|
||||||
# configure database sessions
|
# configure database sessions
|
||||||
if hasattr(rattail_config, 'rattail_engine'):
|
if hasattr(rattail_config, 'rattail_engine'):
|
||||||
|
|
Loading…
Reference in a new issue