Skip to content

Commit fed0e4b

Browse files
committed
fix(crowdStrike): fixed informational message to follow standard catcher
1 parent 959f122 commit fed0e4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/crowdStrike/config/config.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package config
33
import (
44
"context"
55
"fmt"
6-
"log"
76
"strings"
87
sync "sync"
98
"time"
@@ -133,7 +132,7 @@ func StartConfigurationSystem() {
133132

134133
switch message := in.Payload.(type) {
135134
case *BiDirectionalMessage_Config:
136-
log.Printf("Received configuration update: %v", message.Config)
135+
catcher.Info("Received configuration update", map[string]any{"config": message.Config})
137136
cnf = message.Config
138137
}
139138
}

0 commit comments

Comments
 (0)