ap_log_rerror doesn"t log debug and info level

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

Re: ap_log_rerror doesn"t log debug and info level

am 30.08.2009 18:40:38 von 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", "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");
>

If these are early in initialization, try searching around for
APLOG_STARTUP usage?

--
Eric Covener
covener@gmail.com

------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org