ap_log_rerror doesn"t log debug and info level
am 30.08.2009 17:07:36 von Jorge Ventura--000e0cd4a5cc0b710304725d47ec
Content-Type: text/plain; charset=ISO-8859-1
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, APLOG_DEBUG, 0, r, "%s", "Initializing Global
pool");
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, "%s", "Initializing Global
pool");
I have been reading the documentation with no success.
I found debug messages from other modules in the error_log but not from
my modules.
Thanks in advance,
Ventura
--000e0cd4a5cc0b710304725d47ec
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
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.<=
br>
This works for notice or above.
ap_log_rerror(APLOG_MARK, APLOG_N=
OTICE, 0, r, "%s", "Initializing Global pool");
These doesn't work.
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0=
, r, "%s", "Initializing Global pool");
ap_log_rerro=
r(APLOG_MARK, APLOG_INFO, 0, r, "%s", "Initializing Global p=
ool");
I have been reading the documentation with no success.
I fou=
nd debug messages from other modules in the error_log but not from
my mo=
dules.
Thanks in advance,
Ventura
--000e0cd4a5cc0b710304725d47ec--