From 6cbeefead69a05713993a79712afa0b44067539c Mon Sep 17 00:00:00 2001 From: bui Date: Thu, 26 Oct 2023 12:04:58 +0200 Subject: [PATCH] up --- pkg/acquisition/modules/waap/waap_runner.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/acquisition/modules/waap/waap_runner.go b/pkg/acquisition/modules/waap/waap_runner.go index 6bfca0e12..db7a8fcda 100644 --- a/pkg/acquisition/modules/waap/waap_runner.go +++ b/pkg/acquisition/modules/waap/waap_runner.go @@ -42,7 +42,6 @@ func (r *WaapRunner) Init(datadir string) error { } //adapt the logger level to the WAAP runnerLogger := r.logger.Dup() - runnerLogger.Logger.SetLevel(r.WaapRuntime.Config.LogLevel) runnerLogger.Infof("setting logger of %s to %s", r.WaapRuntime.Name, r.WaapRuntime.Config.LogLevel) r.WaapInbandEngine, err = coraza.NewWAF( coraza.NewWAFConfig().WithDirectives(inBandRules).WithRootFS(fs).WithDebugLogger(NewCrzLogger(runnerLogger)),