We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4d755 commit c426872Copy full SHA for c426872
src/test/perl/PostgreSQL/Test/Cluster.pm
@@ -684,7 +684,7 @@ sub init
684
print $conf "\n# Added by PostgreSQL::Test::Cluster.pm\n";
685
print $conf "fsync = off\n";
686
print $conf "restart_after_crash = off\n";
687
- print $conf "log_line_prefix = '%m [%p] %q%a '\n";
+ print $conf "log_line_prefix = '%m [%b,%p] %q%a '\n";
688
print $conf "log_statement = all\n";
689
print $conf "log_replication_commands = on\n";
690
print $conf "wal_retrieve_retry_interval = '500ms'\n";
0 commit comments