We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094e702 commit 4d427bfCopy full SHA for 4d427bf
plugins/sophos/config/config.go
@@ -132,7 +132,7 @@ func StartConfigurationSystem() {
132
133
switch message := in.Payload.(type) {
134
case *BiDirectionalMessage_Config:
135
- catcher.Info("Received configuration update", map[string]any{"config": message.Config, "process": "plugin_com.utmstack.sophos"})
+ catcher.Info("Received configuration update", map[string]any{"process": "plugin_com.utmstack.sophos"})
136
cnf = message.Config
137
}
138
0 commit comments