const cloud.google.com/go/logging.Debug

6 uses

	cloud.google.com/go/logging (current package)
		logging.go#L508: 	Debug = Severity(logtypepb.LogSeverity_DEBUG)
		logging.go#L527: 	Debug:     "Debug",

	golang.org/x/pkgsite/internal/log
		log.go#L190: 	logf(ctx, logging.Debug, format, args)
		log.go#L213: func Debug(ctx context.Context, arg interface{}) { doLog(ctx, logging.Debug, arg) }
		log.go#L251: 		return logging.Debug

	golang.org/x/pkgsite/internal/middleware
		requestlog.go#L64: 		severity = logging.Debug