func golang.org/x/pkgsite/internal/log.Warningf
13 uses
golang.org/x/pkgsite/internal/log (current package)
log.go#L179: func Warningf(ctx context.Context, format string, args ...interface{}) {
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L181: log.Warningf(context.Background(), "Stackdriver view exporter: %v", err)
debug.go#L38: log.Warningf(ctx, "trace exporter: %v", err)
golang.org/x/pkgsite/internal/fetch
fetch.go#L176: log.Warningf(ctx, "FetchModule: %s@%s zip size %dMi exceeds max %dMi",
latest.go#L121: log.Warningf(ctx, "proxy.Mod(%q, %q): %v; using minimal go.mod for latest version info",
golang.org/x/pkgsite/internal/middleware
caching.go#L202: log.Warningf(ctx, "cache set %q: %v", key, err)
quota.go#L121: log.Warningf(ctx, "quota: redis limiter: %v", err)
golang.org/x/pkgsite/internal/worker
fetch.go#L239: logf = log.Warningf
fetch.go#L316: log.Warningf(ctx, "fetch.GetInfo(ctx, %q, %q, f.ProxyClient, false): %v", modulePath, requestedVersion, err)
memory.go#L122: log.Warningf(context.Background(), "getCgroupMemStats: %v", err)
server.go#L390: log.Warningf(ctx, "StalenessTimestamp: %v", err)
golang.org/x/pkgsite/cmd/internal/cmdconfig
cmdconfig.go#L69: log.Warningf(ctx, "experiments are not configured")
golang.org/x/pkgsite/cmd/prober
main.go#L212: log.Warningf(ctx, "missing GO_DISCOVERY_PROBER_AUTH_VALUE; won't bypass cache or quota")
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |