We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3f2b4 commit 797a84fCopy full SHA for 797a84f
1 file changed
addons/source-python/packages/source-python/core/settings.py
@@ -136,7 +136,7 @@ def _check_logging_settings(self):
136
if 'areas' not in self['LOG_SETTINGS']:
137
138
# Add the logging areas setting
139
- self['LOG_SETTINGS']['areas'] = '1'
+ self['LOG_SETTINGS']['areas'] = '5'
140
141
# Set the logging areas comments
142
self['LOG_SETTINGS'].comments['areas'] = ['\n\n'] + _core_strings[
0 commit comments