diff options
Diffstat (limited to 'community/slony1/default-config.patch')
-rw-r--r-- | community/slony1/default-config.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/slony1/default-config.patch b/community/slony1/default-config.patch new file mode 100644 index 0000000000..ebc60f8c2d --- /dev/null +++ b/community/slony1/default-config.patch @@ -0,0 +1,11 @@ +--- ./share/slon.conf-sample.orig ++++ ./share/slon.conf-sample +@@ -49,7 +49,7 @@ + # still go to the standard output/error). The default is 0, which means + # syslog is off. + # Range: [0-2], default: 0 +-#syslog=0 ++syslog=2 + + # If true, include the process ID on each log line. Default is false. + #log_pid=false |