Re: Logging some packages to File

2010-05-27 Thread Douglas E Wegscheid
log4j.configuration takes a URL, not a file path? Douglas E Wegscheid Lead Technical Analyst, Whirlpool Corporation (269)-923-5278 "A wrong note played hesitatingly is a wrong note. A wrong note played with conviction is interpretation." fmarchioni 05/27/2010 09:10 AM Please respond to "L

Re: Logging some packages to File

2010-05-27 Thread fmarchioni
Hi all, thanks a lot for your reply. I have corrected the configuration accordingly so that loggers are defined for the two main packages: log4j.rootCategory=DEBUG log4j.category.hibernate.objects=DEBUG,A2 log4j.category.iceObjects=DEBUG,A2 . However the file log4j.properties doesn't get pi