From 84515721a16566eea87c185ee3a7dad47dbaa585 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sun, 25 Jul 2010 18:11:40 -0400 Subject: [PATCH] Show PID in log by default (log_showpid=1) --- bucardo.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucardo.schema b/bucardo.schema index b179485a2..288e9d38a 100644 --- a/bucardo.schema +++ b/bucardo.schema @@ -125,7 +125,7 @@ COPY bucardo.bucardo_config(setting,value,about) FROM STDIN WITH DELIMITER '|'; audit_pid|0|Do we populate the audit_pid table or not? -log_showpid|0|Show PID in the log output? +log_showpid|1|Show PID in the log output? log_showtime|3|Show timestamp in the log output? 0=off 1=seconds since epoch 2=scalar gmtime 3=scalar localtime log_showline|0|Show line number in the log output? log_conflict_details|0|Log detailed conflict data? -- 2.39.5