[Opensrf-commits] r2228 - trunk/examples (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Apr 12 09:35:38 EDT 2011


Author: erickson
Date: 2011-04-12 09:35:36 -0400 (Tue, 12 Apr 2011)
New Revision: 2228

Modified:
   trunk/examples/opensrf-rsyslog.conf
Log:
additional settings in sample rsyslog config: disable EscapeControlCharactersOnReceive

Modified: trunk/examples/opensrf-rsyslog.conf
===================================================================
--- trunk/examples/opensrf-rsyslog.conf	2011-03-30 04:34:39 UTC (rev 2227)
+++ trunk/examples/opensrf-rsyslog.conf	2011-04-12 13:35:36 UTC (rev 2228)
@@ -3,6 +3,11 @@
 # 
 # /etc/rsyslog.d/opensrf-rsyslog.conf
 
+# When turned on, EscapeControlCharactersOnReceive peppers your 
+# logs with confusing #11's in place of spaces for newlines 
+# and destroys non-western characters.
+$EscapeControlCharactersOnReceive off
+
 # Message format templates
 # TIMESTAMP:::date-pgsql == YYYY-MM-DD HH:MM:SS
 $template msgformat,"%TIMESTAMP:::date-pgsql% %HOSTNAME% %syslogtag%%msg:::drop-last-lf%\n"



More information about the opensrf-commits mailing list