Failed to auto configure default logger context #288
Closed
Comments
Beside, port 9990 report a 404: |
The reason is logback.xml on line 28. Please remove the extra "<" character. Maybe fixed now. |
See #285. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use sbt running hello-world project, it was occur:
Failed to auto configure default logger context
Reported exception:
ch.qos.logback.core.joran.spi.JoranException: Problem parsing XML document. See previously reported errors.
at ch.qos.logback.core.joran.event.SaxEventRecorder.recordEvents(SaxEventRecorder.java:67)
at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:134)
at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:99)
need I implement slf4j myself?
The text was updated successfully, but these errors were encountered: