Changeset - 61190778175d
[Not reviewed]
0 1 0
Lance Edgar (lance) - 2 months ago 2024-08-10 09:39:13
lance@edbob.org
fix: stop logging config files read

upstream is already doing that
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rattail/config.py
Show inline comments
 
@@ -602,7 +602,6 @@ def make_config(
 

	
 
    # make config object
 
    config = wutta_make_config(files=files, plus_files=plus_files, **kwargs)
 
    log.debug("config files were: %s", config.files_read)
 

	
 
    if config.getbool('rattail', 'suppress_psycopg2_wheel_warning', usedb=False):
 
        # TODO: revisit this, does it require action from us?
0 comments (0 inline, 0 general)