Improve dns log
This commit is contained in:
@@ -54,6 +54,7 @@ type simpleLogger struct {
|
||||
}
|
||||
|
||||
func (l *simpleLogger) Log(ctx context.Context, level Level, args []any) {
|
||||
level = OverrideLevelFromContext(level, ctx)
|
||||
if level > l.level {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user