added regex and duplicate line filtering
This commit is contained in:
@ -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.*"
|
||||
]
|
||||
Reference in New Issue
Block a user