github.com/go-pg/pg/v10/internal.Logging.Printf (method)

9 uses

	github.com/go-pg/pg/v10/internal (current package)
		log.go#L15: 	Printf(ctx context.Context, format string, v ...interface{})

	github.com/go-pg/pg/v10/internal/pool
		pool.go#L447: 			internal.Logger.Printf(context.TODO(), "ReapStaleConns failed: %s", err)

	github.com/go-pg/pg/v10
		base.go#L130: 				internal.Logger.Printf(ctx, "cancelRequest failed: %s", err)
		base.go#L156: 					internal.Logger.Printf(ctx, "cancelRequest failed: %s", err)
		listener.go#L72: 		internal.Logger.Printf(ctx, "pg: Listen failed: %s", err)
		listener.go#L130: 		internal.Logger.Printf(ln.db.ctx, "pg: discarding bad listener connection: %s", reason)
		listener.go#L321: 					internal.Logger.Printf(
		tx.go#L89: 				internal.Logger.Printf(ctx, "tx.Rollback panicked: %s", err)
		tx.go#L97: 			internal.Logger.Printf(ctx, "tx.Rollback failed: %s", err)