mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
edit config files
This commit is contained in:
parent
7662f05f0c
commit
6c6f5f259b
|
|
@ -22,7 +22,7 @@ format=%(asctime)s,%(msecs)03d - %(module)-15s [%(levelname)-8s] %(message)s
|
||||||
datefmt=%d.%m.%Y %H:%M:%S
|
datefmt=%d.%m.%Y %H:%M:%S
|
||||||
|
|
||||||
[formatter_complex]
|
[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
|
datefmt=%d.%m.%Y %H:%M:%S
|
||||||
|
|
||||||
[handlers]
|
[handlers]
|
||||||
|
|
@ -40,4 +40,4 @@ args=('log/client.log',)
|
||||||
class=StreamHandler
|
class=StreamHandler
|
||||||
formatter=simple
|
formatter=simple
|
||||||
level=DEBUG
|
level=DEBUG
|
||||||
args=(sys.stdout,)
|
args=(sys.stdout,)
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ format=%(asctime)s,%(msecs)03d - %(module)-15s [%(levelname)-8s] %(message)s
|
||||||
datefmt=%d.%m.%Y %H:%M:%S
|
datefmt=%d.%m.%Y %H:%M:%S
|
||||||
|
|
||||||
[formatter_complex]
|
[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
|
datefmt=%d.%m.%Y %H:%M:%S
|
||||||
|
|
||||||
[handlers]
|
[handlers]
|
||||||
|
|
@ -40,4 +40,4 @@ args=('log/server.log',)
|
||||||
class=StreamHandler
|
class=StreamHandler
|
||||||
formatter=simple
|
formatter=simple
|
||||||
level=DEBUG
|
level=DEBUG
|
||||||
args=(sys.stdout,)
|
args=(sys.stdout,)
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,7 @@ zvei = 0
|
||||||
# all greater than 0 enable the plugin
|
# all greater than 0 enable the plugin
|
||||||
# the higher the number the earlier the plugin is called on alarm
|
# the higher the number the earlier the plugin is called on alarm
|
||||||
# we call ist Plugin Prioority
|
# we call ist Plugin Prioority
|
||||||
template = 1
|
template = 11
|
||||||
|
test = 23
|
||||||
testPlugin = 0
|
testPlugin = 0
|
||||||
abcPlugin = 0
|
abcPlugin = 0
|
||||||
Loading…
Reference in a new issue