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
|
||||
|
||||
[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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ zvei = 0
|
|||
# all greater than 0 enable the plugin
|
||||
# the higher the number the earlier the plugin is called on alarm
|
||||
# we call ist Plugin Prioority
|
||||
template = 1
|
||||
template = 11
|
||||
test = 23
|
||||
testPlugin = 0
|
||||
abcPlugin = 0
|
||||
Loading…
Reference in a new issue