Re: [cas-user] cas 7.1.0 disable slf4j and active groovy for auditing .Is it work ?

2024-05-14 Thread Ray Bon
'customHttpRequestHeader' is only an example; you would have to define it as part of the groovy script (or add it to the headers somewhere else). Ray On Tue, 2024-05-14 at 04:57 -0700, artur mis wrote: You don't often get email from artvr@gmail.com. Learn why this is

[cas-user] cas 7.1.0 disable slf4j and active groovy for auditing .Is it work ?

2024-05-14 Thread artur mis
cas.propierties cas.audit.slf4j.enabled=false cas.audit.groovy.template.location=file:/etc/cas/GroovyAuditor.groovy cat GroovyAuditor.groovy ${logger.info("Hello, World")} who: ${who}, what: ${what}, when: ${when}, ip: ${clientIpAddress}, trace: ${customHttpRequestHeader} logs: 2024-05-14