From 9755284f8439e446bde8d3c4050ad4f668ccb772 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Thu, 21 Dec 2017 16:02:45 +0100 Subject: [PATCH 1/1] Only log the request to flush the firewall chain in debug mode. Signed-off-by: Stefan Schantl --- modules/Events.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Events.pm b/modules/Events.pm index c451914..007ad46 100644 --- a/modules/Events.pm +++ b/modules/Events.pm @@ -341,7 +341,7 @@ sub CallFlush ($) { my $self = shift; # Log the call for flushing. - $logger->Log("info", "Flush has been called..."); + $logger->Log("debug", "Flush has been called..."); # Call flush. my $error = &DoFlush(); -- 2.39.2