On Tuesday 08 June 2010, Joe Orton wrote: > I am concerned about how verbose the error_log output is now > though. How about restricting this whole pid/tid logging block > to > > if (level_and_mask >= APLOG_DEBUG) {
I am concerned about that, too, and therefore would like to make the behaviour configurable. But I am not sure that making this depend on the log level is a good idea. If there are several error messages in the log at roughly the same time, the admin may want to know if they are related or come from different requests/threads. Let's move the discussion to the 'Enhanced error log format for trunk' thread, where it belongs.