Skip to content

Commit

Permalink
log all postgres statements for debugging/understanding of what is go…
Browse files Browse the repository at this point in the history
…ing on
  • Loading branch information
etrepum committed Jan 25, 2011
1 parent 251606e commit 287534e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_end_to_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def pg_ctl(self, op):

subprocess.Popen(
[c, op, '-D', self.data_dir, '-l', self.pglog,
'-o', '"-p %s"' % str(self.pg_port)],
'-o', '"-p %s" "-c" "log_statement=all"' % str(self.pg_port)],
stdout=subprocess.PIPE)
return self.waitForServerUp('postgres', self.pg_port)

Expand Down

0 comments on commit 287534e

Please sign in to comment.