func Debugw()

in pkg/log/logger.go [71:73]


func Debugw(msg string, kv ...interface{}) {
	logger.Sugar().Debugw(msg, kv...)
}