func golang.org/x/pkgsite/internal/log.Info

5 uses

	golang.org/x/pkgsite/internal/log (current package)
		log.go#L204: func Info(ctx context.Context, arg interface{}) { doLog(ctx, logging.Info, arg) }

	golang.org/x/pkgsite/internal/middleware
		requestlog.go#L38: 	log.Info(context.Background(), msg.String())

	golang.org/x/pkgsite/internal/worker
		server.go#L289: 		log.Info(r.Context(), msg)

	golang.org/x/pkgsite/cmd/frontend
		main.go#L68: 		log.Info(ctx, "BYPASSING LICENSE CHECKING: DISPLAYING NON-REDISTRIBUTABLE INFORMATION")

	golang.org/x/pkgsite/cmd/prober
		main.go#L324: 	log.Info(ctx, "metrics exported to StackDriver")