From babfdeb4f3f9ce74348325f34ebf51592d2f9943 Mon Sep 17 00:00:00 2001 From: W3AXL <29879554+W3AXL@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:49:39 -0400 Subject: [PATCH] fixed U: log messages causing journalctl spam --- src/common/Log.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/Log.cpp b/src/common/Log.cpp index 0353773c..ecc82ddc 100644 --- a/src/common/Log.cpp +++ b/src/common/Log.cpp @@ -120,6 +120,7 @@ static bool LogOpen() setlogmask(LOG_UPTO(LOG_INFO)); break; case 3U: + case 9999U: // in-band U: messages should also be notices setlogmask(LOG_UPTO(LOG_NOTICE)); break; case 4U: