Op 09-09-10 21:53, Marvin Addison schreef: >> It doesn't really give more info. I changed all the "INFO"'s in the >> default logging.properties to "ALL" and the output does get more verbose >> but not really more useful > > You've turned up Tomcat logging, but that's not what Scott meant. We > want you to turn up the CAS application logging, controlled by > $TOMCAT_HOME/webapps/cas/WEB-INF/classes/log4j.xml. Turn the > org.jasig.cas category to DEBUG and redeploy and post those logs.
hi, OK, I've been reading up on log4j a bit - there is a logger in log4j.xml "org.jasig" which I set to DEBUG, unfortunately there must still be something wrong because cas.log isn't even created. It's nowhere to be found on the system even though I tried setting the location explicitly to /var/log/tomcat5.5. (I also tried ading a logger "org.jasig.cas" with the same appender "cas" but I suppose this is useless since all its messages would be propagated to org.jasig anyway). -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
