Skip to content

Commit 1fc2eba

Browse files
committed
Polish "Suppress debug log output during Logback initialization"
See gh-12071
1 parent 8f44bb9 commit 1fc2eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2017 the original author or authors.
2+
* Copyright 2012-2018 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -137,7 +137,7 @@ public void testBasicConfigLocation() throws Exception {
137137
}
138138

139139
@Test
140-
public void testNonDefaultConfigLocation() throws Exception {
140+
public void testNonDefaultConfigLocation() {
141141
int existingOutputLength = this.output.toString().length();
142142
this.loggingSystem.beforeInitialize();
143143
this.loggingSystem.initialize(this.initializationContext,

0 commit comments

Comments
 (0)