const github.com/gotd/log.LevelDebug

3 uses

	github.com/gotd/log (current package)
		helper.go#L47: 	h.logger().Log(ctx, LevelDebug, msg, attrs...)
		log.go#L25: 	LevelDebug Level = -4

	github.com/gotd/td/mtproto
		connect.go#L124: 	if !c.log.Enabled(ctx, log.LevelDebug) {