log viewer
This commit is contained in:
parent
d48fab6844
commit
a0cf082dcf
10 changed files with 573 additions and 53 deletions
|
|
@ -126,6 +126,7 @@ INSTALLED_APPS = (
|
|||
# 'south',
|
||||
'djcelery',
|
||||
'app',
|
||||
'log',
|
||||
|
||||
'annotation',
|
||||
'clip',
|
||||
|
|
@ -151,7 +152,7 @@ LOGGING = {
|
|||
'handlers': {
|
||||
'errors': {
|
||||
'level': 'ERROR',
|
||||
'class': 'pandora.app.log.ErrorHandler'
|
||||
'class': 'pandora.log.utils.ErrorHandler'
|
||||
}
|
||||
},
|
||||
'loggers': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue