edit config files

This commit is contained in:
Bastian Schroll 2018-01-12 11:15:11 +01:00
parent 7662f05f0c
commit 6c6f5f259b
3 changed files with 6 additions and 5 deletions

View file

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

View file

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

View file

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