]> git.ipfire.org Git - thirdparty/systemd.git/commit
journald: downgrade various log messages from LOG_WARNING to LOG_INFO
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Feb 2023 14:40:48 +0000 (15:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Feb 2023 08:32:42 +0000 (09:32 +0100)
commitab84a03fdaf3954918d66da5c5294f9fe9a59074
tree859e786447908e4b8be629805471a8fdbfdc4e63
parent07a06f5d0c6c118b3efcc4999aec110e0141ed89
journald: downgrade various log messages from LOG_WARNING to LOG_INFO

None of these conditions are real issues, but they can simply happen
because we just swtched from /run to /var as backend for logging and
there are old files from different boots with different systemd versions
and so on.

Let's not make more noise than necessary: still log, but not consider it
a warning, but just some normal thing.

We are handling these issues safely after all: by rotating and starting
anew, i.e. there's no reason to be concerned.
src/journal/journald-server.c