Skip to content

Commit 2556e6d

Browse files
committed
Fix tests
1 parent 142b32f commit 2556e6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/collector/otel_collector_plugin.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,6 @@ func (oc *Collector) updateNginxAppProtectTcplogReceivers(nginxConfigContext *mo
555555

556556
napSysLogServer := oc.findAvailableSyslogServers(nginxConfigContext.NAPSysLogServers)
557557

558-
slog.Error("Updating NAP SysLog Server list", "list", napSysLogServer)
559-
560558
if napSysLogServer != "" {
561559
if !oc.doesTcplogReceiverAlreadyExist(napSysLogServer) {
562560
oc.config.Collector.Receivers.TcplogReceivers["nginx_app_protect"] = &config.TcplogReceiver{

0 commit comments

Comments
 (0)