var golang.org/x/pkgsite/internal/database.QueryLoggingDisabled

9 uses

	golang.org/x/pkgsite/internal/database (current package)
		copy.go#L57: 		if !QueryLoggingDisabled {
		copy.go#L69: 		if !QueryLoggingDisabled {
		logging.go#L22: var QueryLoggingDisabled bool
		logging.go#L35: 	if QueryLoggingDisabled {
		logging.go#L124: 	if QueryLoggingDisabled {

	golang.org/x/pkgsite/internal/postgres
		insert_module.go#L747: 	if !database.QueryLoggingDisabled {
		insert_module.go#L754: 	if !database.QueryLoggingDisabled {
		test_helper.go#L138: 	database.QueryLoggingDisabled = true
		test_helper.go#L165: 	database.QueryLoggingDisabled = true