Skip to content

Commit 075a0f9

Browse files
committed
Taken into account PR comment review
1 parent ab487a0 commit 075a0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • org.restlet/src/main/java/org/restlet/engine

org.restlet/src/main/java/org/restlet/engine/Engine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public static void configureLog() {
188188
LogManager.getLogManager()
189189
.readConfiguration(new ByteArrayInputStream(sb.toString().getBytes()));
190190
} catch (Exception exception) {
191-
exception.printStackTrace();
191+
Logger.getAnonymousLogger().log(Level.WARNING, "Could not read logger configuration", exception);
192192
}
193193
}
194194

0 commit comments

Comments
 (0)