Re: [users@httpd] Default of ErrorLogFormat

2024-03-03 Thread Rainer Jung
I hope the docs are correct: https://httpd.apache.org/docs/2.4/en/mod/core.html#errorlogformat look for "#Example (default format for threaded MPMs)". Best regards, Rainer Am 01.03.24 um 17:12 schrieb Vladimir Chlup: Hi, In the referenced commit, there is a function `do_errorlog_default` (i

Re: [users@httpd] Default of ErrorLogFormat

2024-03-01 Thread Vladimir Chlup
Hi, In the referenced commit, there is a function `do_errorlog_default` (in log.c:846) which should be used by default. Also, the if starting at log.c:1174 might be helpful. Regards, Vladimir Chlup On Fri, Mar 1, 2024 at 2:48 PM Marco Hald wrote: > > Hi, > > How do I know what the Default of Er