Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-1081

logback.xml to logback.groovy translator is converting properties the wrong way

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 1.1.3
    • logback-classic
    • None

    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')
      

      Attachments

        Activity

          People

            logback-dev Logback dev list
            jhuxhorn Joern Huxhorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: