|
||||||||
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 |
_______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev
I had this problem configuring with Java. In my case it was caused by not calling setContext on the rollingPolicy (as well as the fileAppender).
This context ultimately ends up being null in OptionHelper#instantiateByClassName which results in the converter for Integers/Dates not being instantiated correctly.