jroyals/log4j-properties-converter

Web application is coming up with unexpected empty <appender-ref/> elements for each Logger

Closed this issue · 5 comments

What steps will reproduce the problem?
1. Using the log4j.issue5.properties, paste the contents into the web 
application interface
2. Observe the result in the XML contains empty appender-ref elements
3. Observe that the same test in ConvertFromPropertiesToXmlTest does not 
demonstrate this unexpected behaviour

What is the expected output? What do you see instead?
Should not contain the empty elements



Original issue reported on code.google.com by jroy...@gmail.com on 27 Feb 2011 at 5:40

Note that this affects the web application, but not the CLI version.

Original comment by jroy...@gmail.com on 27 Feb 2011 at 5:45

.. and only on GAE, works fine hosted locally. Hmmm...

Original comment by jroy...@gmail.com on 27 Feb 2011 at 7:04

Deployed to Amazon Elastic Beanstalk instance, this seems to work OK.

Original comment by jroy...@gmail.com on 23 Mar 2011 at 10:11

Original comment by jroy...@gmail.com on 23 Mar 2011 at 10:12

  • Changed state: Fixed
Caused by http://jira.codehaus.org/browse/GROOVY-4854. Have removed the enum 
and replaced with a simple list of String. Re-enabling GAE application so AWS 
can be turned off.

Original comment by jroy...@gmail.com on 30 Mar 2012 at 11:36