Skip to content

Commit 43cb1d1

Browse files
committed
Enable node restart logging.
1 parent 72f6a7e commit 43cb1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/testgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def restart(self, params=[]):
776776
_params = ["restart", "-D", self.data_dir, "-w"] + params
777777
_execute_utility("pg_ctl", _params,
778778
self.utils_logname,
779-
write_to_pipe=False)
779+
write_to_pipe=True)
780780

781781
return self
782782

0 commit comments

Comments
 (0)