What is the expected output? What do you see instead?
To see the bug, first run the app as is, then uncomment the commented line
in the logging.properties file. In the first case, the ascii art will be
printed, in the 2nd case it will not be printed while it should be printed.
Please use labels and text to provide additional information.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
as3-c...@googlecode.com
unread,
Mar 26, 2013, 12:18:44 PM3/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
However, adding an extra line makes the bug go away:
log4j.logger.com.company.log4jtest.testpackage=FATAL
# Add this line as workaround
log4j.logger.com.company.log4jtest=INFO
log4j.logger.com.company=INFO