Skip to content

Commit

Permalink
Merge pull request openedx#443 from hachiyanagi-ks/develop/cypress/ch…
Browse files Browse the repository at this point in the history
…ange-logger-settings

Change logger settings of django.request openedx#427
  • Loading branch information
hachiyanagi-ks committed Oct 21, 2015
2 parents 2600234 + 5013528 commit 536c429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/lib/logsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_logger_config(log_dir,
},
'django.request': {
'handlers': ['mail_admins'],
'level': 'ERROR',
'level': 'INFO',
'propagate': True,
},
}
Expand Down

0 comments on commit 536c429

Please sign in to comment.