Skip to content

Commit 95b0b90

Browse files
Extend logger name replacer
Replace all fsc packages with `fsc` prefix. Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent d7862c1 commit 95b0b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/common/services/logging/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func OtelSanitize() bool {
6565
var (
6666
replacersMutex sync.RWMutex
6767
replacers = map[string]string{
68-
"github.com.hyperledger-labs.fabric-smart-client.platform": "fsc",
68+
"github.com.hyperledger-labs.fabric-smart-client": "fsc",
6969
}
7070
)
7171

0 commit comments

Comments
 (0)