##// END OF EJS Templates
logging: set logging autoconfigure default to False so it's not a breaking change
super-admin -
r4861:5d0c1f8e default
parent child Browse files
Show More
@@ -479,7 +479,7 b' def sanitize_settings_and_apply_defaults'
479
479
480 settings_maker.make_setting(
480 settings_maker.make_setting(
481 'logging.autoconfigure',
481 'logging.autoconfigure',
482 default=True,
482 default=False,
483 parser='bool')
483 parser='bool')
484
484
485 logging_conf = os.path.join(os.path.dirname(global_config.get('__file__')), 'logging.ini')
485 logging_conf = os.path.join(os.path.dirname(global_config.get('__file__')), 'logging.ini')
General Comments 0
You need to be logged in to leave comments. Login now