From 96116f65cdb6035d4c0deae3eb976517ea1f537a Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 26 Jan 2009 19:56:06 +0000 Subject: [PATCH] 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@11979 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