Alex Pogrebnyak created LOGBACK-1369: ----------------------------------------
Summary: GafferConfigurator has unsupported call to OnConsoleStatusListener.addNewInstanceToContext(context); Key: LOGBACK-1369 URL: https://jira.qos.ch/browse/LOGBACK-1369 Project: logback Issue Type: Bug Components: logback-classic Affects Versions: 1.2.3 Reporter: Alex Pogrebnyak Assignee: Logback dev list If you define {{logback.debug}} property to {{true}}, then the GafferConfigurator throws exception on line 65. {code:java} OnConsoleStatusListener.addNewInstanceToContext(context); {code} OnConsoleStatusListener.addNewInstanceToContext was removed as part of this commit -> [https://github.com/qos-ch/logback/commit/43877e7aa1bba269488682c5925389d37a2102cd#diff-23f59879128a5606f3116f0d989d00f6] This makes it impossible to debug groovy scripts -- This message was sent by Atlassian JIRA (v7.3.1#73012) _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev