Issue Type: Bug Bug
Affects Versions: 1.1.3
Assignee: Logback dev list
Components: logback-classic
Created: 15/Jun/15 11:23 AM
Description:

The logback.xml to logback.groovy translator is currently translating

<property name="foo" value="bar"/>

to

def foo = "bar"

but it should generate something like

context.putProperty('foo','bar')
Project: logback
Priority: Minor Minor
Reporter: Joern Huxhorn
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