[ginp-users] new version of log4j.properties
Brought to you by:
burchbri,
dougculnane
From: Brian B. <br...@Pi...> - 2006-09-27 13:44:15
|
I have been working with the latest source from CVS, which includes my log4j.properties changes that you accepted earlier this year (version 1.6). I noticed an error message about not being able to log properly when the webapp starts up. I discovered I had made a syntax error in the version 1.6 file where I define log4j.logger.net.sf.ginp (line 16). I decided to carefully review the file and add some helpful comments. Log entries now include the tomcat thread identity as well as the context (originating class). I also moved the logger definitions around so the explicit logs are defined first. I could send you a diff for the changes, but it would be cleaner if you were to use my new file to commit the change. (warning: as before, this version writes debug messages. The info-only logger lines are commented out). |