update match-time example

This commit is contained in:
yggverse 2025-06-08 20:19:37 +03:00
parent eb355ef7f8
commit 2e276a1e3e

View file

@ -118,6 +118,7 @@ WantedBy=multi-user.target
* replace `/path/to/default/template.svg` with your value * replace `/path/to/default/template.svg` with your value
* use `ignore-host` to skip local host requests * use `ignore-host` to skip local host requests
* to filter today-only records, use `match-time` argument `%d/%b/%Y` * to filter today-only records, use `match-time` argument `%d/%b/%Y`
* to filter this month-only records use `%b/%Y`
* make sure the log time pattern is escaped to ``%%d/%%b/%%Y``! * make sure the log time pattern is escaped to ``%%d/%%b/%%Y``!
### Service management tips ### Service management tips