Hi, You need a log4j.xml file in the classpath and I would change the log level to DEBUG for the org.jasig package: https://github.com/Jasig/cas/blob/3.4.x/cas-server-webapp/src/main/webapp/WEB-INF/classes/log4j.xml#L84. If you don't get any relevant logs, you may want to do some debugging by yourself: https://github.com/Jasig/cas/blob/3.4.x/cas-server-core/src/main/java/org/jasig/cas/CentralAuthenticationServiceImpl.java#L357 . Best regards, Jérôme
2014/1/22 James Strother <[email protected]> > We have our cas system set up to assert different attributes to different > systems, but one system is not working. How do I turn on logging to > confirm that we are transmitting the right attributes? We are using cas > 3.4.12 and I have been working within log4j.xml, but haven't found the > right parameter to set for the logging. Thanks. > -- > 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 > -- 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
