On Thu, 16 Feb 2017 22:17:11 -0500 RJ Guroo <[email protected]> wrote:
> Am I the only one with logging/debugging challenges ? > > Log config: > http://pastebin.com/irNhfDs8 My config is pretty similar and it is working OK. No logging-related errors, at least. Maybe I'm doing something wrong, as I had to change <Configuration monitorInterval="5" packages="org.apereo.cas.logging"> <Properties> <Property name="logDir">/opt/tomcat/logs/</Property> </Properties> <Appenders> <RollingFile name="file" fileName="cas.log" append="true" filePattern="cas-%d{yyyy-MM-dd-HH}-%i.log"> to <Configuration monitorInterval="5" packages="org.apereo.cas.logging"> <Appenders> <RollingFile name="file" fileName="/opt/tomcat/logs/cas.log" append="true" filePattern="cas-%d{yyyy-MM-dd-HH}-%i.log"> to get some logging. Just in case org.apereo.cas.logging.CasAppender is the missing class, check for cas-server-core-logging-5.0.2.jar in your build. -- Alberto Cabello Sánchez Servicio de Informática Universidad de Extremadura -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/20170221123305.27aa62044abf652666762196%40unex.es.
