Thanks Scott, This is a dev server and we wanted the log level to be DEBUG to potentially catch anything from getting into production. Our prod server is INFO as you suggested. When you say I could use our own “access logs” to confirm, what logs are you talking about? I’m pretty new to CAS and haven’t configured any special logs in addition to the log4j settings that CAS ships with.
Most importantly, I’m pretty sure these are just heartbeats, because there’s no way anyone was logging in yesterday on 6/08. Just no way. What I’m worried about is the fact that one message seems to indicate a failure (“Extractor did not generate service”), while another message seems to indicate a heavyweight object being created (“Generated login ticket LT-293949j...”). For the former I’m worried its indicative that something isn’t configured correctly, and for the latter I’m also worried that something isn’t configured correctly and that my CAS server is chewing up unnecessary memory… From: Scott Battaglia [mailto:[email protected]] Sent: Monday, June 09, 2014 7:14 AM To: [email protected] Subject: Re: [cas-user] Heartbeat messages or bad configs on my end? I don't know if its a pulse/heartbeat off the top of my head (you could probably use your own access logs to confirm), but if this is your production server, you may want to set logging to INFO level or above. On Mon, Jun 9, 2014 at 7:01 AM, Zac Harvey <[email protected]<mailto:[email protected]>> wrote: I noticed that our cas.log was growing quite large and took a look at it. Every few seconds I see log messages that look like: 2014-06-08 18:52:06,506 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] – Extractor did not generate service. 2014-06-08 18:52:06,507 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] – Extractor did not generate service. 2014-06-08 18:52:06,508 DEBUG [org.jasig.cas.web.flow.GenerateLoginTicketAction] – Generated login ticket LT-29348-393849393493jdiejdiejf498 2014-06-08 18:52:06,508 DEBUG [org.jasig.cas.web.flow.GenerateLoginTicketAction] – Generated login ticket LT-29348-393849393493jdiejdiejf498 2014-06-08 18:52:07,791 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] – Extractor did not generate service. 2014-06-08 18:52:07,791 DEBUG [org.jasig.cas.web.support.SamlArgumentExtractor] – Extractor did not generate service. ... etc. 2014-06-08 18:52:08,280 DEBUG [org.jasig.cas.services.DefaultServicesManagerImpl] – Reloading registered services. I’m seeing this at all hours of the day, even when the internal users that use our CAS SSO system have gone home for the day and cannot access the server. It looks like it’s some sort of heartbeat/pulse log message, but due to the nature of the messages, I can’t tell if perhaps I’ve misconfigured something. Ideas? Thanks in advance! -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[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]<mailto:[email protected]> as: [email protected]<mailto:[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
