From 756b4b9d18036fcdb491e4f0a7ee051704afeab5 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 23 Oct 2023 20:35:43 -0500 Subject: [PATCH] No need to configure logging since the rattail config object will do that when first made --- tailbone/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tailbone/app.py b/tailbone/app.py index 6f41a8de..ae10c9bc 100644 --- a/tailbone/app.py +++ b/tailbone/app.py @@ -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'):