We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959f122 commit fed0e4bCopy full SHA for fed0e4b
1 file changed
plugins/crowdStrike/config/config.go
@@ -3,7 +3,6 @@ package config
3
import (
4
"context"
5
"fmt"
6
- "log"
7
"strings"
8
sync "sync"
9
"time"
@@ -133,7 +132,7 @@ func StartConfigurationSystem() {
133
132
134
switch message := in.Payload.(type) {
135
case *BiDirectionalMessage_Config:
136
- log.Printf("Received configuration update: %v", message.Config)
+ catcher.Info("Received configuration update", map[string]any{"config": message.Config})
137
cnf = message.Config
138
}
139
0 commit comments