I am using Apereo CAS 6.2. During startup there are many log messages. I want to disable this specific one:
INFO [org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] - <Configuration files found at [/etc/cas/config] are [[file [/etc/cas/config/cas.properties]]] under profile(s) [[standalone]]>
It could not control it by log4j.xml file like other messages. Property logging.level.org.apereo.cas in cas.properties file also doesn`t affect on this line. Inside the docker container it is saved in the /tmp/logs/cas.log file. How can I turn off that message?