added user position in dropdown panel"

This commit is contained in:
2017-04-09 14:43:47 +02:00
parent 28a3d208ed
commit 3990165b9d
8 changed files with 31 additions and 11 deletions

View File

@@ -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