Skip to content

Commit

Permalink
log設定の変更
Browse files Browse the repository at this point in the history
  • Loading branch information
karintou8710 committed Jul 27, 2021
1 parent f6da33b commit 0b92b5f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions server/iNAZO/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@
},
'loggers': {
# 自作したログ出力
'': {
'api': {
'handlers': ['console'],
'level': 'DEBUG',
'propagate': False,
},
# Djangoのエラー・警告・開発WEBサーバのアクセスログ
'django': {
'scraping': {
'handlers': ['console'],
'level': 'INFO',
'propagate': False,
},
# 実行SQL
'django.db.backends': {
# Djangoのエラー・警告・開発WEBサーバのアクセスログ
'django': {
'handlers': ['console'],
'level': 'DEBUG',
'level': 'INFO',
'propagate': False,
},
}
Expand Down

0 comments on commit 0b92b5f

Please sign in to comment.