From 2e276a1e3e22cac8fe94da39c8dd7905ab8b22ac Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Jun 2025 20:19:37 +0300 Subject: [PATCH] update `match-time` example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cb3304..54443ac 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ WantedBy=multi-user.target * replace `/path/to/default/template.svg` with your value * use `ignore-host` to skip local host requests * 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``! ### Service management tips