Re: [cas-user] CAS 5.3, where is LOGGER defined with @Slf4j?

2018-10-08 Thread jaya swamy
How to check whether default authentication configuration is casuser::Mellon or taking from configured database Using logs On Mon 8 Oct, 2018, 8:26 PM Robert Oschwald, wrote: > https://github.com/apereo/cas/blob/5.3.x/lombok.config > > > > Am 08.10.2018 um 16:53 schrieb Robert Oschwald : > >

Re: [cas-user] CAS 5.3, where is LOGGER defined with @Slf4j?

2018-10-08 Thread Robert Oschwald
https://github.com/apereo/cas/blob/5.3.x/lombok.config > Am 08.10.2018 um 16:53 schrieb Robert Oschwald : > > https://projectlombok.org/features/log > > > > See lombok.config file > You need

Re: [cas-user] CAS 5.3, where is LOGGER defined with @Slf4j?

2018-10-08 Thread Robert Oschwald
https://projectlombok.org/features/log See lombok.config file You need this file in your overlay project. > Am 08.10.2018 um 16:32 schrieb Yan Zhou : > > Hello, > > Looking at CAS 5.3 source code, I need to customize action class, so I > create a

[cas-user] CAS 5.3, where is LOGGER defined with @Slf4j?

2018-10-08 Thread Yan Zhou
Hello, Looking at CAS 5.3 source code, I need to customize action class, so I create a class with the same name/package in my overlay, but I cannot resolve compile error on LOGGER. I understand with Lombok and @Slf4j, I get object: log for free. But, I do not know how LOGGER is defined in