Current Syntax: ErrorLog file-path|syslog[:facility] Proposed Syntax: ErrorLog [module:]file-path|syslog[:facility] So maybe could do something like this: ErrorLog rewrite:"logs/rewrite_log" LogLevel rewrite:trace1Need rewrite logging for normal operation, but don't want it cluttering the error logs. Rewrites are a part of normal operation, not errors. Using the error logs creates clutter making it more difficult to work with the error logs.
The following statement in the ErrorLog Directive documentation gave me hope that specifying a module:file-path instead of syslog:facility would work. But it did not.
"ErrorLog syslog:user""Additional modules can provide their own ErrorLog providers. The syntax is similar to the syslog example above."
https://httpd.apache.org/docs/current/mod/core.html#errorlog https://httpd.apache.org/docs/current/mod/core.html#loglevelThanks for your time and attention. Hope a solution for keeping the rewrite logging isolated from the error logging can be provided.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx