Skip to content

Commit ac50119

Browse files
committed
fix: ETW Event Name changed for CNI
Signed-off-by: Yerlan Baiturinov <[email protected]>
1 parent 8eb4c02 commit ac50119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cni/log/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
const (
1818
maxLogFileSizeInMb = 5
1919
maxLogFileCount = 8
20-
etwCNIEventName = "Azure-CNI"
20+
etwCNIEventName = "AzureCNI"
2121
loggingLevel = zapcore.DebugLevel
2222
)
2323

0 commit comments

Comments
 (0)