Add bookwyrm-specific logging
This commit is contained in:
committed by
Joel Bradshaw
parent
af3c84cd87
commit
83851c2933
@ -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(),
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user