added user position in dropdown panel"
This commit is contained in:
@@ -70,8 +70,8 @@ level = NOTSET
|
||||
formatter = generic
|
||||
|
||||
[handler_exc_handler]
|
||||
class = FileHandler
|
||||
args = ('%(here)s/exception.log',)
|
||||
class = handlers.RotatingFileHandler
|
||||
args = ('exception.log', 'a', 10000000, 10)
|
||||
level = ERROR
|
||||
formatter = exc_formatter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user