> On Thu, Jun 26, 2003 at 12:04:31AM +0200, Astrid Ke?ler wrote: >> > This adds a directive ErrorLogsWithVhost that extends the error log format >> > by adding server name and port to entries in the error logs. >> >> This can also be done with LogFormat using %v and %p. What is >> wrong with these log formats?
> "LogFormat" works well with "CustomLog" and "TransferLog" in mod_log_config, > but "ErrorLog" is in the core and does not support "LogFormat". You are right. My fault, I didn't read carefully enough. As Joshua I'm +1 for the concept. But I'm not sure if we need a separate directive. What about a second parameter to ErrorLog? Kess
