forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ec4c85
committed
Reduce log verbosity of startup/shutdown for launcher subprocesses.
There's no really good reason why the autovacuum launcher and logicalreplication launcher should announce themselves at startup and shutdownby default. Users don't care that those processes exist, and it'sinconsistent that those background processes announce themselves whileothers don't. So, reduce those messages from LOG to DEBUG1 level.I was sorely tempted to reduce the "starting logical replication workerfor subscription ..." message to DEBUG1 as well, but forebore for now.Those processes might possibly be of direct interest to users, at leastuntil logical replication is a lot better shaken out than it is today.Discussion:https://postgr.es/m/19479.1489121003@sss.pgh.pa.us1 parent3908117 commit6ec4c85
File tree
2 files changed
+4
-4
lines changed- src/backend
- postmaster
- replication/logical
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
412 | 412 |
| |
413 | 413 |
| |
414 | 414 |
| |
415 |
| - | |
| 415 | + | |
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
| |||
776 | 776 |
| |
777 | 777 |
| |
778 | 778 |
| |
779 |
| - | |
| 779 | + | |
780 | 780 |
| |
781 | 781 |
| |
782 | 782 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 |
| - | |
| 555 | + | |
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
655 |
| - | |
| 655 | + | |
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
|
0 commit comments
Comments
(0)