From: Stefan Schantl Date: Thu, 21 Dec 2017 15:02:45 +0000 (+0100) Subject: Only log the request to flush the firewall chain in debug mode. X-Git-Tag: 2.0.1~2 X-Git-Url: http://git.ipfire.org/?p=people%2Fstevee%2Fguardian.git;a=commitdiff_plain;h=9755284f8439e446bde8d3c4050ad4f668ccb772;hp=db81766d4cfa44d80d8e8fb967ab50ec3935b80f Only log the request to flush the firewall chain in debug mode. Signed-off-by: Stefan Schantl --- 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();