Skip to content

Commit adbdba4

Browse files
authored
Merge pull request #82 from TAMULib/travis_ci-debug_appearing-log_dependencies
Travis-CI ends up with DEBUG logs when default is set to INFO
2 parents 048f584 + 192ab3a commit adbdba4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
<dependency>
6666
<groupId>org.springframework.boot</groupId>
6767
<artifactId>spring-boot-starter-actuator</artifactId>
68+
<exclusions>
69+
<exclusion>
70+
<groupId>org.springframework.boot</groupId>
71+
<artifactId>spring-boot-starter-logging</artifactId>
72+
</exclusion>
73+
</exclusions>
74+
</dependency>
75+
76+
<dependency>
77+
<groupId>org.springframework.boot</groupId>
78+
<artifactId>spring-boot-starter-log4j2</artifactId>
6879
</dependency>
6980

7081
<dependency>

0 commit comments

Comments
 (0)