Add lagomLogback dependency and a logback.xml sample
ignasi35 opened this issue · comments
Ignasi Marimon-Clos commented
It'd be good to have logback enabled and configured by default on the seeds.
Tim Marcus Moore commented
lagomLogback
is added automatically by an sbt auto-plugin:
Lagom provides a default logback.xml
configuration inside the framework JARs, so it isn't strictly necessary to have one inside the project..
That said, I do think it's worth including logback.xml
explicitly in the templates, because right now it's totally invisible. The problem is: Lagom's default behavior uses slightly different configurations in development and production modes, but this isn't easy to replicate with an explicit config file in the project.