Lower the default verbosity of the non debug console logger from
INFO to ERROR.
This commit is contained in:
@@ -148,7 +148,7 @@ class CommonApp(MayanAppConfig):
|
||||
if settings.DEBUG:
|
||||
level = 'DEBUG'
|
||||
else:
|
||||
level = 'INFO'
|
||||
level = 'ERROR'
|
||||
|
||||
loggers = {}
|
||||
for project_app in apps.apps.get_app_configs():
|
||||
|
||||
Reference in New Issue
Block a user