mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
edit config files
This commit is contained in:
parent
7662f05f0c
commit
6c6f5f259b
3 changed files with 6 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ format=%(asctime)s,%(msecs)03d - %(module)-15s [%(levelname)-8s] %(message)s
|
|||
datefmt=%d.%m.%Y %H:%M:%S
|
||||
|
||||
[formatter_complex]
|
||||
format=%(asctime)s,%(msecs)03d - %(module)-15s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
format=%(asctime)s,%(msecs)03d - %(module)-15s %(funcName)-18s [%(levelname)-8s] %(message)s
|
||||
datefmt=%d.%m.%Y %H:%M:%S
|
||||
|
||||
[handlers]
|
||||
|
|
@ -40,4 +40,4 @@ args=('log/client.log',)
|
|||
class=StreamHandler
|
||||
formatter=simple
|
||||
level=DEBUG
|
||||
args=(sys.stdout,)
|
||||
args=(sys.stdout,)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue