Add bookwyrm-specific logging
This commit is contained in:
parent
af3c84cd87
commit
83851c2933
2 changed files with 14 additions and 5 deletions
|
@ -124,6 +124,10 @@ LOGGING = {
|
|||
'level': os.getenv('DJANGO_LOG_LEVEL', 'INFO'),
|
||||
'propagate': False,
|
||||
},
|
||||
'bookwyrm': {
|
||||
'handlers': ['console'],
|
||||
'level': os.getenv('LOG_LEVEL', 'DEBUG' if DEBUG else 'INFO').upper(),
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue