2016-05-18 09:03:58 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-05-19 12:57:32 +02:00
|
|
|
<!--
|
|
|
|
|
|
|
|
|
|
Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
|
|
|
|
|
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
|
which accompanies this distribution, and is available at
|
|
|
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
|
|
|
|
|
|
-->
|
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>
|