2016-05-18 09:03:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-05-19 12:57:32 +02:00
|
|
|
<!--
|
|
|
|
|
|
2023-09-14 11:03:20 +03:00
|
|
|
Copyright (c) 2015 Bosch Software Innovations GmbH and others
|
2016-05-19 12:57:32 +02:00
|
|
|
|
2023-09-14 11:03:20 +03:00
|
|
|
This program and the accompanying materials are made
|
|
|
|
|
available under the terms of the Eclipse Public License 2.0
|
|
|
|
|
which is available at https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
|
|
|
|
|
|
SPDX-License-Identifier: EPL-2.0
|
2016-05-19 12:57:32 +02:00
|
|
|
|
|
|
|
|
-->
|
2016-05-18 09:03:58 +02:00
|
|
|
<configuration>
|
|
|
|
|
<include resource="org/springframework/boot/logging/logback/base.xml" />
|
|
|
|
|
|
|
|
|
|
<logger name="org.eclipse.hawkbit.eventbus.DeadEventListener" level="WARN" />
|
|
|
|
|
<Logger name="org.springframework.boot.actuate.audit.listener.AuditListener" level="WARN" />
|
|
|
|
|
|
|
|
|
|
<Logger name="org.hibernate.validator.internal.util.Version" level="WARN" />
|
|
|
|
|
|
|
|
|
|
<!-- Security Log with hints on potential attacks -->
|
|
|
|
|
<logger name="server-security" level="INFO" />
|
2020-09-03 10:35:22 +02:00
|
|
|
|
|
|
|
|
<!-- Suppressing "More than one Servlet Mapping defined. WebSocket may not work"
|
|
|
|
|
error due to the way VaadinServletConfiguration configures the endpoints mapping ("/UI" and "/UI/*").
|
|
|
|
|
At the end only the first "/UI" is taken for websocket communication. -->
|
|
|
|
|
<logger name="org.atmosphere.util.IOUtils" level="OFF" />
|
2016-05-18 09:03:58 +02:00
|
|
|
|
|
|
|
|
<Root level="INFO">
|
2016-07-07 12:39:40 +02:00
|
|
|
<appender-ref ref="CONSOLE" />
|
2016-05-18 09:03:58 +02:00
|
|
|
</Root>
|
|
|
|
|
|
|
|
|
|
</configuration>
|