mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
change(dns): log filtered requests at the debug level
This commit is contained in:
@@ -110,7 +110,7 @@ type filterLogger struct {
|
||||
}
|
||||
|
||||
func (l *filterLogger) Log(msg string) {
|
||||
l.logger.Info(msg)
|
||||
l.logger.Debug(msg)
|
||||
}
|
||||
|
||||
func buildFilterLogger(logger Logger) *filterLogger {
|
||||
|
||||
Reference in New Issue
Block a user