The problem is easy to reproduce, just create a blank Play2 project, define a custom filter/appender and include it into a conf/logger.xml file.
The only (and VERY bad) workaround is to put the filter in an independant jar file...
Could you check this bug and say if it's related to logback?
Thanks !
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I ran into the same error with a custom filter.
The problem is easy to reproduce, just create a blank Play2 project, define a custom filter/appender and include it into a conf/logger.xml file.
The only (and VERY bad) workaround is to put the filter in an independant jar file...
It has been discuss in Play ML here https://github.com/playframework/playframework/issues/822, and it seems that the problem is located in logback.
Could you check this bug and say if it's related to logback?
Thanks !