Skip to content

Commit 9f2b715

Browse files
authored
docs: remove unnecessary logging troubleshooting note
This was fixed in 2.1.1 so no need to document.
1 parent 76d2194 commit 9f2b715

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.rdoc

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,7 @@ https://github.com/jruby/warbler/issues.
258258

259259
=== Common issues with executable wars
260260

261-
If your app isn't working or starting up correctly:
262-
263-
- <b>Missing Logging:</b>
264-
If your boot process is failing silently (or with a logging warning), try configuring the logger
265-
manually:
266-
267-
java "-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StdErrLog" -jar my_app.war
261+
If your app isn't working or starting up correctly:
268262

269263
- <b>CompatVersion errors:</b>
270264
If you are getting <tt>java.lang.NoClassDefFoundError: org/jruby/CompatVersion</tt> errors at start-up

0 commit comments

Comments
 (0)