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
27c33c5f0d
commit
d6cd7b8cde
|
|
@ -18,11 +18,11 @@ level=NOTSET
|
|||
keys=simple,complex
|
||||
|
||||
[formatter_simple]
|
||||
format=%(asctime)s - %(module)-12s [%(levelname)-8s] %(message)s
|
||||
format=%(asctime)s,%(msecs)03d - %(module)-15s [%(levelname)-8s] %(message)s
|
||||
datefmt=%d.%m.%Y %H:%M:%S
|
||||
|
||||
[formatter_complex]
|
||||
format=%(asctime)s - %(module)-12s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
format=%(asctime)s,%(msecs)03d - %(module)-15s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
datefmt=%d.%m.%Y %H:%M:%S
|
||||
|
||||
[handlers]
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@ level=NOTSET
|
|||
keys=simple,complex
|
||||
|
||||
[formatter_simple]
|
||||
format=%(asctime)s - %(module)-12s [%(levelname)-8s] %(message)s
|
||||
format=%(asctime)s,%(msecs)03d - %(module)-15s [%(levelname)-8s] %(message)s
|
||||
datefmt=%d.%m.%Y %H:%M:%S
|
||||
|
||||
[formatter_complex]
|
||||
format=%(asctime)s - %(module)-12s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
format=%(asctime)s,%(msecs)03d - %(module)-15s %(funcName)-15s [%(levelname)-8s] %(message)s
|
||||
datefmt=%d.%m.%Y %H:%M:%S
|
||||
|
||||
[handlers]
|
||||
|
|
|
|||
|
|
@ -12,39 +12,43 @@ PORT = 8080
|
|||
Name = BW3 Server
|
||||
|
||||
[FMS]
|
||||
UseLists = 0
|
||||
Allowed =
|
||||
Denied =
|
||||
Allowed =
|
||||
Denied =
|
||||
RegEx =
|
||||
|
||||
[POCSAG]
|
||||
UseLists = 0
|
||||
Allowed =
|
||||
Denied =
|
||||
Range =
|
||||
Allowed =
|
||||
Denied =
|
||||
Range =
|
||||
RegEx =
|
||||
|
||||
[ZVEI]
|
||||
UseLists = 0
|
||||
Allowed =
|
||||
Denied =
|
||||
Allowed =
|
||||
Denied =
|
||||
RegEx =
|
||||
|
||||
[Filter]
|
||||
UseDoubleFilter = 1
|
||||
UseDoubleFilter = 0
|
||||
UseRegexFilter = 0
|
||||
|
||||
[doubleFilter],
|
||||
# max number of entrys to compare
|
||||
MaxEntry = 30
|
||||
# time to ignore same alarm
|
||||
IgnoreTime = 30
|
||||
# include pocsag msg in compare
|
||||
CheckMsg = 0
|
||||
# max number of entrys to save for comparison
|
||||
MaxEntry = 30
|
||||
# time to ignore same alarm in seconds
|
||||
IgnoreTime = 30
|
||||
# include pocsag msg in comparison
|
||||
CheckMsg = 0
|
||||
|
||||
[regexFilter]
|
||||
|
||||
[Description]
|
||||
# load CSV description file for the alarm modes
|
||||
# load CSV description files with short and lon description
|
||||
fms = 0
|
||||
pocsag = 0
|
||||
zvei = 0
|
||||
|
||||
[Plugins]
|
||||
# here you can enable needed plugins
|
||||
template = 0
|
||||
template = 1
|
||||
testPlugin = 0
|
||||
abcPlugin = 0
|
||||
Loading…
Reference in a new issue