Ok, so I made the change and I do not get the error now. However, I still am getting text in the alarm.txt file that should not be there. I changed the evaluation for level > INFO to be level == ERROR. I am still getting info and debug messages in the alarm file. Also, SEND_ALARM has not been set in the code, yet I am getting log messages.
From: logback-user-bounces@qos.ch [mailto:logback-user-bounces@qos.ch]
On Behalf Of Tony Trinh
Sent: Friday, June 22, 2012 3:54 PM
To: logback users list
Subject: Re: [logback-user] Problems with jaino evaluator
On Fri, Jun 22, 2012 at 4:47 PM, George, Kenneth V [NTK] <Kenneth.V.George@sprint.com> wrote:
I get this error.
15:44:33,114 |-ERROR in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Could not create component [filter] of type [ch.qos.logback.core.filter.JaninoEvaluatorFilter] java.lang.ClassNotFoundException: ch.qos.logback.core.filter.JaninoEvaluatorFilter
at java.lang.ClassNotFoundException: ch.qos.logback.core.filter.JaninoEvaluatorFilter
Change the filter class to ch.qos.logback.core.filter.EvaluatorFilter.