Hi, Recently there was a question on the Users List about log messages in the Apache's error.log. I've changed the INFO logging to get logged as notice instead of warning (cause it may be misleading as the user reported). Now, I propose to change the every occurrence of the following:
if( ch->mbean->debug > 0 ) env->l->jkLog(env, env->l, JK_LOG_INFO, to the : if( ch->mbean->debug > 0 ) env->l->jkLog(env, env->l, JK_LOG_DEBUG, There are lots of places in the code where the second is used, but we should be consistent across the entire source code. I'll make the necessary commits, as soon I finish the macro. MT. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>