You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sbt-native-packager version: 0.8.0-M2
sbt version: 0.13.5
Akka version: 2.3.9
I'm having issues configuring the logging with the akka_application packaging. In my IDE everything works fine, and when the application is run with activator run. But when packaged, the logger configuration is ignored and everything is set to DEBUG, and used some other format, different from what I specified. Also, I see messages about multiple slf4j bindings present. I'm using akka-slf4j and logback (logback.xml is set in the classpath).
To be clear, I first run the sbt stage task, and then run the generated bash script.
Some configuration missing?
Maybe not the right place to ask, but is there any pro/con between using akka_application packaging or just activator run in production?
Sbt-native-packager version: 0.8.0-M2
sbt version: 0.13.5
Akka version: 2.3.9
I'm having issues configuring the logging with the akka_application packaging. In my IDE everything works fine, and when the application is run with
activator run
. But when packaged, the logger configuration is ignored and everything is set to DEBUG, and used some other format, different from what I specified. Also, I see messages about multiple slf4j bindings present. I'm using akka-slf4j and logback (logback.xml is set in the classpath).To be clear, I first run the
sbt stage
task, and then run the generated bash script.Some configuration missing?
Maybe not the right place to ask, but is there any pro/con between using akka_application packaging or just
activator run
in production?From applicaiton.conf:
logback.xml
build.sbt:
The text was updated successfully, but these errors were encountered: