added regex and duplicate line filtering

This commit is contained in:
Krumel
2021-06-04 18:39:09 +02:00
parent 931ee742df
commit adee80567d
2 changed files with 40 additions and 12 deletions

View File

@ -37,8 +37,9 @@ jolokia = "/home/minecraft/ServerWrapper/jolokia-jvm-1.6.2-agent.jar"
mccron-path = "/srv/mcrcon-0.7.1-linux-x86-64/./mcrcon"
mccron-args = ["-p YiibUn8UzKBIQ52ZJu4P"]
# note that toml already escapes \, so you need double escape it for regex
[logging]
stdout_excludes = [
".*[RCON Client.*",
".*[RCON Listener.*"
".*\\[RCON Client.*",
".*\\[RCON Listener.*"
]