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

            Bug ID: 60525
           Summary: Add flag support to syslog logging method
           Product: Apache httpd-2
           Version: 2.4-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Hello,

ErrorLog can be configured to use syslog :
ErrorLog syslog

Would be nice if we could add a tag, as we can do with logger(1) :
-t tag  Mark every line in the log with the specified tag rather than the
        default of current login name.

We would then be able to tune the default "httpd" tag to something like
"httpd.myserver1", "httpd.myserver2" etc...

ErrorLog:<facility>:<tag>
ErrorLog::myserver1 --> would log to default facility, with httpd.myserver1
tag.

Thank you very much !

Ben

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to