Skip to content

Commit

Permalink
Merge pull request #175 from icey-yu/fix-zk
Browse files Browse the repository at this point in the history
fix: zk log
  • Loading branch information
icey-yu authored Dec 12, 2024
2 parents 125f99e + 06f4e24 commit 1b4cebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discovery/zookeeper/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ func (nilLog) WithCallDepth(depth int) log.Logger {
return nilLog{}
}

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 comments on commit 1b4cebe

Please sign in to comment.