[logback-dev] [JIRA] (LOGBACK-1369) GafferConfigurator has unsupported call to OnConsoleStatusListener.addNewInstanceToContext(context);
QOS.CH (JIRA)
noreply-jira at qos.ch
Wed Jan 10 21:39:00 CET 2018
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)
More information about the logback-dev
mailing list