Skip to content

Commit

Permalink
[Bindings][BlobStorage] Update request.go - Log debug instead of warn…
Browse files Browse the repository at this point in the history
…ing (#3577)

Signed-off-by: Seweryn Sirek <[email protected]>
  • Loading branch information
ssi-spyro authored Oct 25, 2024
1 parent dae3211 commit 54d59d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/component/azure/blobstorage/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func SanitizeMetadata(log logger.Logger, metadata map[string]string) map[string]

if n != len(key) {
nks := string(newKey[:n])
log.Warnf("metadata key %s contains disallowed characters, sanitized to %s", key, nks)
log.Debugf("metadata key %s contains disallowed characters, sanitized to %s", key, nks)
key = nks
}

Expand Down

0 comments on commit 54d59d5

Please sign in to comment.