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
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,