log viewer

This commit is contained in:
j 2011-11-01 17:08:09 +01:00
commit a0cf082dcf
10 changed files with 573 additions and 53 deletions

View file

@ -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': {