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" />
|
|
|
|
|
|
|
|
|
|
<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>
|