Hi Guys,
I'm new to Play framework :)
I have a question regarding how to use logback configuration file:
I've created logger.xml file under conf folder, but the conf folder is not part of the package being created.
It's also not part of the classpath in the start script, and therefore I don't see my logs.
What am I doing wrong? Should the conf folder also be deployed and mentioned in the classpath?
Thanks,