Skip to content

Commit 765525c

Browse files
committed
pg_restore: Make not verbose by default
This was accidentally changed in cc8d415. Reported-by: Christoph Berg <myon@debian.org>
1 parent bdf3574 commit 765525c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/pg_dump/pg_restore.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ main(int argc, char **argv)
131131
};
132132

133133
pg_logging_init(argv[0]);
134+
pg_logging_set_level(PG_LOG_WARNING);
134135
set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("pg_dump"));
135136

136137
init_parallel_dump_utils();
@@ -250,6 +251,7 @@ main(int argc, char **argv)
250251

251252
case 'v': /* verbose */
252253
opts->verbose = 1;
254+
pg_logging_set_level(PG_LOG_INFO);
253255
break;
254256

255257
case 'w':

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy