Skip to content

Commit a4b6096

Browse files
committed
remove me debug log
Signed-off-by: Eliott Bouhana <[email protected]>
1 parent 6d34867 commit a4b6096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openfeature/remoteconfig.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func processConfigUpdate(provider *DatadogProvider, path string, data []byte) rc
7070
}
7171

7272
// Parse the configuration
73-
log.Debug("openfeature: remote config: processing configuration update %q (%d bytes)", path, len(data))
73+
log.Debug("openfeature: remote config: processing configuration update %q: %s", path, string(data))
7474

7575
var config serverConfiguration
7676
if err := json.Unmarshal(data, &config); err != nil {

0 commit comments

Comments
 (0)