We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195bb20 commit ce8effcCopy full SHA for ce8effc
platform/common/services/logging/config.go
@@ -65,7 +65,7 @@ func OtelSanitize() bool {
65
var (
66
replacersMutex sync.RWMutex
67
replacers = map[string]string{
68
- "github.com_hyperledger-labs_fabric-smart-client_platform": "fsc",
+ "github.com.hyperledger-labs.fabric-smart-client.platform": "fsc",
69
}
70
)
71
0 commit comments