fix(netlink): change logger level
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
package netlink
|
||||
|
||||
import "github.com/qdm12/log"
|
||||
|
||||
type DebugLogger interface {
|
||||
Debugf(format string, args ...any)
|
||||
Patch(options ...log.Option)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user