| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <configuration status="WARN"> |
| |
| <Properties> |
| <Property name="LOG_EXCEPTION_CONVERSION_WORD">%xwEx</Property> |
| <Property name="LOG_LEVEL_PATTERN">%5p</Property> |
| <Property name="LOG_DATEFORMAT_PATTERN">yyyy-MM-dd HH:mm:ss.SSS</Property> |
| <Property name="CONSOLE_LOG_PATTERN">%clr{%d{${LOG_DATEFORMAT_PATTERN}}}{faint} %clr{${LOG_LEVEL_PATTERN}} %clr{%pid}{magenta} %clr{---}{faint} %clr{[%15.15t]}{faint} %clr{%-40.40c{1.}}{cyan} %clr{:}{faint} %m%n${sys:LOG_EXCEPTION_CONVERSION_WORD}</Property> |
| <Property name="FILE_LOG_PATTERN">%d{${LOG_DATEFORMAT_PATTERN}} ${LOG_LEVEL_PATTERN} %pid --- [%t] %-40.40c{1.} : %m%n${sys:LOG_EXCEPTION_CONVERSION_WORD}</Property> |
| </Properties> |
| <Appenders> |
| <Console name="main" target="SYSTEM_OUT" follow="true"> |
| <PatternLayout pattern="${sys:CONSOLE_LOG_PATTERN}" /> |
| </Console> |
| </Appenders> |
| |
| <loggers> |
| |
| <asyncLogger name="org.apereo.cas" additivity="false" level="INFO"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| <asyncLogger name="org.apereo.inspektr.audit.support" additivity="false" level="INFO"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| |
| <asyncLogger name="org.pac4j" additivity="false" level="ERROR"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| |
| <asyncLogger name="io.micrometer" additivity="false" level="ERROR"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| |
| <asyncLogger name="org.springframework" additivity="false" level="INFO"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| |
| <asyncLogger name="org.apache.syncope.client.lib" additivity="false" level="OFF"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| <asyncLogger name="org.apache.syncope.wa" additivity="false" level="INFO"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| |
| <asyncLogger name="org.apache.cxf" additivity="false" level="ERROR"> |
| <appender-ref ref="main"/> |
| </asyncLogger> |
| |
| <root level="INFO"> |
| <appender-ref ref="main"/> |
| </root> |
| |
| </loggers> |
| |
| </configuration> |