From e7a20986e6da04db64234d3286c05f4d465a1748 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 26 Jan 2009 20:01:05 +0000 Subject: [PATCH] Forward port 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. Use LOCALSTATEDIR to enable configure to set location of local log files. git-svn-id: svn://svn.open-ils.org/ILS/trunk@11980 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/opensrf_core.xml.example | 288 +++++++++++++++-------------- 1 file changed, 153 insertions(+), 135 deletions(-) diff --git a/Open-ILS/examples/opensrf_core.xml.example b/Open-ILS/examples/opensrf_core.xml.example index d47421097a..9b9ecd9645 100644 --- a/Open-ILS/examples/opensrf_core.xml.example +++ b/Open-ILS/examples/opensrf_core.xml.example @@ -1,146 +1,164 @@ - + + + + + - - - - - - - - - router - public.localhost - - opensrf.math - open-ils.cat - open-ils.supercat - open-ils.search - open-ils.circ - open-ils.actor - open-ils.auth - open-ils.fielder - open-ils.collections - open-ils.reporter - - - - - - router - private.localhost - - - - - private.localhost - osrf - osrf - 5222 - - - router - - /openils/var/log/osrfsys.log - + + - 3 - /openils/conf/opensrf.xml - - - - - - - true - router - - + router public.localhost - - - opensrf.math - opensrf.dbmath - open-ils.cat - open-ils.search - open-ils.circ - open-ils.actor - open-ils.auth - open-ils.collections - open-ils.reporter - - - - osrf - osrf - 5222 - 3 - /openils/var/log/gateway.log + + opensrf.math + open-ils.cat + open-ils.supercat + open-ils.search + open-ils.circ + open-ils.actor + open-ils.auth + open-ils.fielder + open-ils.collections + open-ils.reporter + + + + - - - - - - - - - private.localhost - - private.localhost - public.localhost - - - public.localhost - 5222 - /openils/var/sock/unix_sock - router - osrf - router - 10 - 5 - - syslog - local2 - 5 - - - - private.localhost - - private.localhost - - - private.localhost - 5222 - router - osrf - router - 10 - 5 - - syslog - local2 - 4 - + router + private.localhost + - - - - - + + private.localhost + osrf + osrf + 5222 + + + router + + LOCALSTATEDIR/log/osrfsys.log + + 3 + SYSCONFDIR/opensrf.xml + + + + true + router + + + public.localhost + + + + opensrf.math + opensrf.dbmath + open-ils.cat + open-ils.search + open-ils.circ + open-ils.actor + open-ils.auth + open-ils.collections + open-ils.reporter + + + + osrf + osrf + 5222 + 3 + LOCALSTATEDIR/log/gateway.log + + + + + + + + + private.localhost + + private.localhost + public.localhost + + + public.localhost + 5222 + LOCALSTATEDIR/sock/unix_sock + router + osrf + router + 10 + 5 + + LOCALSTATEDIR/log/router-public.log + + 3 + + + + + private.localhost + + private.localhost + + + private.localhost + 5222 + router + osrf + router + 10 + 5 + + LOCALSTATEDIR/log/router-private.log + + 3 + + + + -- 2.11.0