diff --git a/include/tests_logging b/include/tests_logging index 89bb5a17..f0cb53c5 100644 --- a/include/tests_logging +++ b/include/tests_logging @@ -264,7 +264,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