Re: [us...@httpd] ap_log_rerror doesn't log debug and info level

2009-08-30 Thread Eric Covener
On Sun, Aug 30, 2009 at 11:07 AM, Jorge Ventura wrote: > Hi, > I have apache2 configured in the LogLevel debug but when I try > to log some messages in the error levl debug or info it doesn't > work. > > This works for notice or above. > ap_log_rerror(APLOG_MARK, APLOG_NOTICE, 0, r, "%s", "Initiali

[us...@httpd] ap_log_rerror doesn't log debug and info level

2009-08-30 Thread Jorge Ventura
Hi, I have apache2 configured in the LogLevel debug but when I try to log some messages in the error levl debug or info it doesn't work. This works for notice or above. ap_log_rerror(APLOG_MARK, APLOG_NOTICE, 0, r, "%s", "Initializing Global pool"); These doesn't work. ap_log_rerror(APLOG_MARK,