mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 21:42:56 +00:00
Preserve wal acceptor logs in CI.
And generally make removal of everything-but-logs a bit simpler, with files staying in place. Also renames postgres log from 'log' to 'pg.log'.
This commit is contained in:
@@ -339,7 +339,7 @@ impl PostgresNode {
|
||||
"-D",
|
||||
self.pgdata().to_str().unwrap(),
|
||||
"-l",
|
||||
self.pgdata().join("log").to_str().unwrap(),
|
||||
self.pgdata().join("pg.log").to_str().unwrap(),
|
||||
"-w", //wait till pg_ctl actually does what was asked
|
||||
],
|
||||
args,
|
||||
|
||||
Reference in New Issue
Block a user