- Improved CSRF handling
- Wordpress plugin for Evie Chat
This commit is contained in:
@@ -117,11 +117,11 @@ LOGGING = {
|
||||
'formatters': {
|
||||
'standard': {
|
||||
'format': '%(asctime)s [%(levelname)s] %(name)s (%(component)s) [%(module)s:%(lineno)d in %(funcName)s] '
|
||||
'[Thread: %(threadName)s] [Host: %(hostname)s]: %(message)s'
|
||||
'[Thread: %(threadName)s]: %(message)s'
|
||||
},
|
||||
'graylog': {
|
||||
'format': '[%(levelname)s] %(name)s (%(component)s) [%(module)s:%(lineno)d in %(funcName)s] '
|
||||
'[Thread: %(threadName)s] [Host: %(hostname)s]: %(message)s',
|
||||
'[Thread: %(threadName)s]: %(message)s',
|
||||
'datefmt': '%Y-%m-%d %H:%M:%S',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user