On Sun, Aug 30, 2009 at 11:07 AM, Jorge Ventura<[email protected]> 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 [email protected] --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
