]> git.ipfire.org Git - thirdparty/systemd.git/commit
journal: check filtering after parsing timestamp, identifier, pid, and so on
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 27 Jul 2025 15:23:21 +0000 (00:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Jul 2025 07:29:31 +0000 (16:29 +0900)
commitc60a16ba8fa2a57af23f7653fd2316c26e06c577
tree3119807f7e77b15e292d0d77af1f1b925a705a17
parent706e622e88e37ab1ac9d0b8c3d60b1fa524d62d2
journal: check filtering after parsing timestamp, identifier, pid, and so on

Otherwise, filtering regex with '^' does not work.

Fixes a bug in 87a13dabbd81c2e31fd5ac7b81cce61baf23e59c (v253).
Fixes #38361.
src/journal/journald-syslog.c