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

32 uses

	golang.org/x/pkgsite/internal/log (current package)
		log.go#L189: func Debugf(ctx context.Context, format string, args ...interface{}) {

	golang.org/x/pkgsite/internal/database
		copy.go#L58: 			log.Debugf(ctx, "CopyUpsert(%q): copied %d rows in %s", table, n, time.Since(start))
		copy.go#L70: 			log.Debugf(ctx, "CopyUpsert(%q): upserted %d rows in %s", table, ctag.RowsAffected(), time.Since(start))
		database.go#L206: 			log.Debugf(ctx, "serialization failure; retrying")
		database.go#L210: 			log.Debugf(ctx, "transactWithRetry: error type %T: %[1]v", err)
		database.go#L217: 			log.Debugf(ctx, "retried serializable transaction %d time(s)", i)
		logging.go#L76: 	log.Debugf(ctx, "%s %s args=%s", uid, query, argString)
		logging.go#L81: 			log.Debugf(ctx, "%s done", uid)
		logging.go#L128: 	log.Debugf(ctx, "%s transaction (isolation %s) started", uid, db.opts.Isolation)
		logging.go#L131: 		log.Debugf(ctx, "%s transaction (isolation %s) finished in %s with error %v",

	golang.org/x/pkgsite/internal/dcensus
		debug.go#L25: 	log.Debugf(context.Background(), "trace exporter: onError called with %v", err)
		debug.go#L39: 		log.Debugf(ctx, "trace exporter SpanData:\n%s", dumpSpanData(s))

	golang.org/x/pkgsite/internal/fetch
		latest.go#L52: 			log.Debugf(ctx, "LatestModuleVersions(%q) => (raw=%q cooked=%q, %v)", modulePath, info.RawVersion, info.CookedVersion, err)

	golang.org/x/pkgsite/internal/frontend
		fetch.go#L193: 			log.Debugf(ctx, "initial checkForPath(ctx, db, %q, %q, %q, %d): status=%d, err=%v", fullPath, modulePath, requestedVersion, s.taskIDChangeInterval, fr.status, fr.err)
		fetch.go#L205: 			log.Debugf(ctx, "queued %s@%s to frontend-fetch task queue", modulePath, requestedVersion)
		server.go#L389: 	log.Debugf(ctx, "reported error %v with stack size %d", err, len(stack))

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L633: 			log.Debugf(ctx, "ReInsertLatestVersion(%q): no latest-version info", modulePath)
		insert_module.go#L642: 			log.Debugf(ctx, "ReInsertLatestVersion(%q): no good version", modulePath)
		insert_module.go#L656: 			log.Debugf(ctx, "ReInsertLatestVersion(%q): good version %s found in search_documents; doing nothing",
		insert_module.go#L670: 			log.Debugf(ctx, "ReInsertLatestVersion(%q): alternative module path; doing nothing", modulePath)
		insert_module.go#L724: 		log.Debugf(ctx, "ReInsertLatestVersion(%q): re-inserted at latest good version %s", modulePath, lmv.GoodVersion)
		insert_module.go#L748: 		log.Debugf(ctx, "locking %s (%d) ...", modulePath, h)
		insert_module.go#L755: 		log.Debugf(ctx, "locking %s (%d) succeeded", modulePath, h)
		version.go#L475: 			log.Debugf(ctx, "%s: not updating latest module versions", vNew.ModulePath)
		version.go#L480: 			log.Debugf(ctx, "%s: inserting latest_module_versions raw=%q, cooked=%q",
		version.go#L483: 			log.Debugf(ctx, "%s: updating latest_module_versions raw=%q, cooked=%q to raw=%q, cooked=%q",
		version.go#L493: 				log.Debugf(ctx, "%s: updating latest_module_versions good=%q", vNew.ModulePath, vNew.GoodVersion)
		version.go#L528: 		log.Debugf(ctx, "%s: updating latest_module_versions status to %d", modulePath, newStatus)
		version.go#L600: 		log.Debugf(ctx, "updateLatestGoodVersion(%q, %q): no change", modulePath, version)
		version.go#L602: 		log.Debugf(ctx, "updateLatestGoodVersion(%q, %q): updated", modulePath, version)

	golang.org/x/pkgsite/internal/queue
		queue.go#L135: 			log.Debugf(ctx, "ignoring duplicate task ID %s: %s@%s", req.Task.Name, modulePath, version)

	golang.org/x/pkgsite/internal/worker
		server.go#L336: 	log.Debugf(ctx, "reported error %v with stack size %d", err, len(stack))