Skip to content

Commit 3eba6bf

Browse files
author
Dave Syer
committed
Switch logging back to INFO asfter constructing classpath
Fixes gh-118
1 parent ae2fa7c commit 3eba6bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

launcher/src/main/java/org/springframework/boot/loader/thin/ThinJarLauncher.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ protected ClassLoader createClassLoader(URL[] urls) throws Exception {
326326
else {
327327
loader.setParentFirst(false);
328328
}
329+
// Restore default
330+
LogUtils.setLogLevel(Level.INFO);
329331
return loader;
330332
}
331333

0 commit comments

Comments
 (0)