[open-ils-commits] r13637 - trunk/Open-ILS/examples (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jul 20 15:56:23 EDT 2009
Author: erickson
Date: 2009-07-20 15:56:23 -0400 (Mon, 20 Jul 2009)
New Revision: 13637
Modified:
trunk/Open-ILS/examples/opensrf_core.xml.example
Log:
in general, you want the router to operate at loglevel 2 (warn) unless you are debugging something
Modified: trunk/Open-ILS/examples/opensrf_core.xml.example
===================================================================
--- trunk/Open-ILS/examples/opensrf_core.xml.example 2009-07-20 19:40:22 UTC (rev 13636)
+++ trunk/Open-ILS/examples/opensrf_core.xml.example 2009-07-20 19:56:23 UTC (rev 13637)
@@ -136,7 +136,7 @@
<logfile>syslog</logfile>
<syslog>local2</syslog>
-->
- <loglevel>3</loglevel>
+ <loglevel>2</loglevel>
</router>
<router>
<!-- private router -->
@@ -161,7 +161,7 @@
<logfile>syslog</logfile>
<syslog>local2</syslog>
-->
- <loglevel>3</loglevel>
+ <loglevel>2</loglevel>
</router>
</routers>
<!-- ======================================================================================== -->
More information about the open-ils-commits
mailing list