From d9548e852485991632dfc95b4cede97631bc6328 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Tue, 14 Jan 2025 23:49:01 +0100 Subject: [PATCH] Display a missing logrotate file as a suggestion --- include/tests_logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tests_logging b/include/tests_logging index d560da64..a2b96046 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -265,7 +265,7 @@ Display --indent 2 --text "- Checking logrotate presence" --result "${STATUS_OK}" --color GREEN LogText "Result: logrotate configuration found" else - Display --indent 2 --text "- Checking logrotate presence" --result "${STATUS_WARNING}" --color RED + Display --indent 2 --text "- Checking logrotate presence" --result "${STATUS_NOT_FOUND}" --color WHITE LogText "Result: No logrotate configuration found" ReportSuggestion "${TEST_NO}" "Check if log files are properly rotated" fi