You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Run the attached program.
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.
See also
https://groups.google.com/forum/?fromgroups=#!topic/as3-commons-developers/SBJ1M
WFVzEo for more info.
Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 4:17
I tried some more things and I found that using this triggers the bug:
log4j.logger.com.company.log4jtest.testpackage=FATAL
log4j.logger.com.company=INFO
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
Original issue reported on code.google.com by
[email protected]
on 26 Mar 2013 at 4:17Attachments:
The text was updated successfully, but these errors were encountered: