[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. feb74214accc9c710e5d0b18214113b17febb9c8

Evergreen Git git at git.evergreen-ils.org
Wed Oct 24 00:11:41 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  feb74214accc9c710e5d0b18214113b17febb9c8 (commit)
      from  fe1e9f77eb422649180e691b836a79f93aa90b08 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit feb74214accc9c710e5d0b18214113b17febb9c8
Author: Bill Erickson <berick at esilibrary.com>
Date:   Wed Oct 10 17:26:06 2012 -0400

    Sample Apache error syslog captures stderr
    
    Not all STDERR output and not all $req->log->foo() output makes it to
    the Apache error log when using the 'ErrorLog syslog:local7'
    configuration directive.  This changes the sample config to match the
    CustomLog config so that all output is captured and redirected to
    syslog.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

diff --git a/Open-ILS/examples/apache/eg.conf b/Open-ILS/examples/apache/eg.conf
index 280cea6..a0b2784 100644
--- a/Open-ILS/examples/apache/eg.conf
+++ b/Open-ILS/examples/apache/eg.conf
@@ -6,7 +6,7 @@ CustomLog /var/log/apache2/access.log combined
 ErrorLog /var/log/apache2/error.log
 # - log to syslog 
 # CustomLog "|/usr/bin/logger -p local7.info" common
-# ErrorLog syslog:local7
+# ErrorLog  "|logger -p local7.error"
 
 
 # ----------------------------------------------------------------------------------

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/examples/apache/eg.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list