Issue 139 in as3-commons: Bug in log4j configuration

13 views
Skip to first unread message

as3-c...@googlecode.com

unread,
Mar 26, 2013, 12:17:44 PM3/26/13
to as3-commons...@googlegroups.com
Status: Accepted
Owner: wim.debl...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 139 by wim.debl...@gmail.com: Bug in log4j configuration
http://code.google.com/p/as3-commons/issues/detail?id=139

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/SBJ1MWFVzEo
for more info.

Attachments:
test-log4j-client2.zip 10.4 KB

--
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
to as3-commons...@googlegroups.com

Comment #1 on issue 139 by wim.debl...@gmail.com: Bug in log4j configuration
http://code.google.com/p/as3-commons/issues/detail?id=139

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
Reply all
Reply to author
Forward
0 new messages