Improve dns log

This commit is contained in:
世界 2022-08-03 18:55:39 +08:00
parent f6f3390490
commit 8e4de29409
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
12 changed files with 154 additions and 66 deletions

View file

@ -71,6 +71,7 @@ type observableLogger struct {
}
func (l *observableLogger) Log(ctx context.Context, level Level, args []any) {
level = OverrideLevelFromContext(level, ctx)
if level > l.level {
return
}