Skip to content

Commit 69dfe50

Browse files
committed
Adjusted logging
1 parent ed856ec commit 69dfe50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>org.openwms</groupId>

src/main/resources/logback.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<statusListener class="ch.qos.logback.core.status.NopStatusListener"/>
1515

16+
<logger name="com.netflix.eureka.registry" level="ERROR"/>
1617
<logger name="com.netflix.discovery" level="OFF"/>
1718
<logger name="org.ameba" level="WARN"/>
1819
<logger name="org.hibernate.boot.internal.InFlightMetadataCollectorImpl" level="ERROR"/>

0 commit comments

Comments
 (0)