Don't I feel stupid... I should read the API :-P Jacob Hookom CS Student University of Wisconsin, Eau Claire =================================== http://www.swanked.net you're not hip enough yet
-----Original Message----- From: Jacob Hookom [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 4:49 PM To: 'Struts Users Mailing List' Subject: Log4j Daily File Appender Does anyone have a snippet from a log4j.properties for a daily rolling file appender? # mine --- doesn't work properly just web.log is created, no date append log4j.appender.A2=org.apache.log4j.DailyRollingFileAppender log4j.appender.A2.file=C:/Colorpath/LOGS/web.log log4j.appender.A2.datePattern='.'yyyy-MM-dd log4j.appender.A2.append=true log4j.appender.A2.layout=org.apache.log4j.PatternLayout log4j.appender.A2.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n If anyone can point out my folly, I would be very greatful! Jacob Hookom Computer Science Student University of Wisconsin, Eau Claire --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.375 / Virus Database: 210 - Release Date: 7/10/2002 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.375 / Virus Database: 210 - Release Date: 7/10/2002 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.375 / Virus Database: 210 - Release Date: 7/10/2002 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

