I have started adding my own logging to cas-server-core-3.4.12-SNAPSHOT and this is what I am seeing:
2011-12-07 12:14:31,996 DEBUG [org.jasig.cas.web.LogoutController] - < - - - handleRequestInternal - - - > 2011-12-07 12:14:31,997 DEBUG [org.jasig.cas.web.LogoutController] - < ticketGrantingTicketId null> 2011-12-07 12:14:31,997 DEBUG [org.jasig.cas.web.LogoutController] - < service null> 2011-12-07 12:14:31,997 DEBUG [org.jasig.cas.web.LogoutController] - <this.logoutView casLogoutView> 2011-12-07 12:14:32,409 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - <Extractor did not generate service.> 2011-12-07 12:14:32,409 DEBUG [org.jasig.cas.authentication.principal.SamlService] - < createServiceFrom > 2011-12-07 12:14:32,418 DEBUG [org.jasig.cas.authentication.principal.SamlService] - < returning null. service: null> 2011-12-07 12:14:32,418 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] - <Extractor did not generate service.> Is there something else that can pinpoint my problem ? -Stephen More On Wed, Dec 7, 2011 at 11:23 AM, Stephen More <[email protected]> wrote: > <root> > <level value="DEBUG"/> > <appender-ref ref="console"/> > </root> > > I do see DEBUG [org.jasig.cas.util.HttpClient] in catalina.out but > nothing related to logout. > > I am also running RestletFrameworkServlet for serviceTickets. > > -Steve > > On Wed, Dec 7, 2011 at 10:42 AM, Marvin Addison > <[email protected]> wrote: >>> When logging is turned up to debug, only the following is shown in the >>> logs when /cas/logout is hit. >> >> What category is set to DEBUG? The component that sends the logout >> requests is org.jasig.cas.util.HttpClient, so ensure the correct >> category is turned up. If you've got util up to DEBUG, then it's not >> being sent and you'll need to share relevant parts of your configs for >> us to help further. SSOut is enabled by default, so the assumption is >> that you have disabled it, perhaps unintentionally. >> >> M >> >> -- >> 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
