You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2015/03/31 23:16:37 UTC

[Bug 57784] New: [RFE] Multiple ErrorLog directives

https://bz.apache.org/bugzilla/show_bug.cgi?id=57784

            Bug ID: 57784
           Summary: [RFE] Multiple ErrorLog directives
           Product: Apache httpd-2
           Version: 2.4.12
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core
          Assignee: bugs@httpd.apache.org
          Reporter: riehecky@fnal.gov

Our central security team wants all our httpd error logs sent to their central
syslogger.  I would like to keep my local log files for my review.

Since ErrorLog has the ability to send to syslog or to a local file, can the
behavior be amended so that I can do both?  I can fix up rsyslog to not store
the duplicate copies on my own.  

My end goal looks something like:

# my log files
ErrorLog logs/error_log
# logging via syslog
ErrorLog syslog:local7

Currently I am only able to set one destination for ErrorLog, being able to
duplicate the targets would be helpful for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org