On Sun, Aug 30, 2009 at 11:07 AM, Jorge Ventura<jorge.araujo.ventura@xxxxxxxxx> 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@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx