From bc020436e79a2ff7ed968ffffb300e3410eadfbd Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 8 May 2024 14:02:51 +0200 Subject: [PATCH] confd: increased severity for log messages caught on stdout/stderr Error messages from system() calls, like adduser, should be logged with severity LOG_ERR to not arrive out of sequence with ERROR() messages. Signed-off-by: Joachim Wiberg --- package/confd/confd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/confd/confd.conf b/package/confd/confd.conf index 34e37c72..c70b3ca5 100644 --- a/package/confd/confd.conf +++ b/package/confd/confd.conf @@ -7,7 +7,7 @@ run name:bootstrap log:prio:user.notice norestart \ run name:error :1 log:console norestart if: \ [S] /usr/libexec/confd/error -- -service name:confd log \ +service name:confd log:prio:daemon.err \ [S12345] sysrepo-plugind -f -p /run/confd.pid -n -- Configuration daemon # Bootstrap system with startup-config, ensure correct ownership