diff options
Diffstat (limited to 'units')
| -rw-r--r-- | units/tf2-novemen.yaml.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/units/tf2-novemen.yaml.example b/units/tf2-novemen.yaml.example index 22ac274..a44360a 100644 --- a/units/tf2-novemen.yaml.example +++ b/units/tf2-novemen.yaml.example @@ -21,5 +21,10 @@ health: logs: - /ded/tf/novemen/tf2/logs/service.log +# Optional: path to any executable that reads stdin and writes to stdout. +# Umbrella pipes raw log output through it before displaying/buffering. +# Built-in filters live in /usr/lib/umbrella/filters/. +log_filter: /usr/lib/umbrella/filters/source.py + actions: update: /ded/tf/scripts/tf2_autoupdate.sh |
