We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86664c8 commit 0a121ebCopy full SHA for 0a121eb
src/main/java/ch/autumo/beetroot/AbstractBeetRootServlet.java
@@ -103,8 +103,9 @@ public void init(ServletConfig config) throws ServletException {
103
}
104
// logCfgFile = null ->
105
// 2.2 For WebLogic, log4j2-logging will be initialized
106
- // by the log4j-web-jar and the listener defined in web.xml.
107
- // 2.3 Jetty uses simpler logging that can be bridged with slf4j-simple.
+ // by the log4j-jakarta-web.jar and the listener defined in web.xml.
+ // 2.3 Jetty uses a slf4j-bridge for log4j, log4j2.xml should be placed
108
+ // into '<jetty-base>/resources'.
109
110
111
// 3. DB connection manager
0 commit comments