We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 125f99e + 06f4e24 commit 1b4cebeCopy full SHA for 1b4cebe
discovery/zookeeper/log.go
@@ -42,4 +42,4 @@ func (nilLog) WithCallDepth(depth int) log.Logger {
42
return nilLog{}
43
}
44
45
-func (nilLog) Panic(ctx context.Context, msg string, err error, keysAndValues ...any) {}
+func (nilLog) Panic(ctx context.Context, msg string, err interface{}, keysAndValues ...any) {}
0 commit comments