Allow other logging handlers #187
Closed
Comments
The new Finatra 2.0.0 M1 has logback which uses SLF4J so you should be OK now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently
com.twitter.finatra.Logging
hijacks the logging configuration in apremain
. This works well for quickly running out of the box, but less so when custom configuration is desired. For example, this makes bridging Java logging over SLF4j impossible.The text was updated successfully, but these errors were encountered: