update note

This commit is contained in:
yggverse 2025-06-08 20:20:23 +03:00
parent 2e276a1e3e
commit 7c9d0101a6

View file

@ -119,7 +119,7 @@ WantedBy=multi-user.target
* 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` * 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 `%%`!
### Service management tips ### Service management tips