Skip to content

Commit 797a84f

Browse files
committed
Update settings.py
Changed default logging areas to console and SP log files
1 parent 5d3f2b4 commit 797a84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • addons/source-python/packages/source-python/core

addons/source-python/packages/source-python/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _check_logging_settings(self):
136136
if 'areas' not in self['LOG_SETTINGS']:
137137

138138
# Add the logging areas setting
139-
self['LOG_SETTINGS']['areas'] = '1'
139+
self['LOG_SETTINGS']['areas'] = '5'
140140

141141
# Set the logging areas comments
142142
self['LOG_SETTINGS'].comments['areas'] = ['\n\n'] + _core_strings[

0 commit comments

Comments
 (0)