From 97ab5f5d7bf067e0d91a98333a43e29843514333 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 26 Jan 2009 20:02:57 +0000 Subject: [PATCH] Backport r11979 from rel_1_4: Use local log files rather than syslog by default. Set default loglevel to 3 (Info) to avoid filling disk space of unsuspecting users. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4_0@11981 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/opensrf_core.xml.example | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Open-ILS/examples/opensrf_core.xml.example b/Open-ILS/examples/opensrf_core.xml.example index a6293696c1..9b9ecd9645 100644 --- a/Open-ILS/examples/opensrf_core.xml.example +++ b/Open-ILS/examples/opensrf_core.xml.example @@ -127,9 +127,12 @@ Example OpenSRF bootstrap configuration file for Evergreen 10 5 - syslog - local2 - 5 + LOCALSTATEDIR/log/router-public.log + + 3 @@ -149,9 +152,12 @@ Example OpenSRF bootstrap configuration file for Evergreen 10 5 - syslog - local2 - 4 + LOCALSTATEDIR/log/router-private.log + + 3 -- 2.11.0