source: branches/1.3.0/logging.properties @ 99

Revision 99, 367 bytes checked in by mmamonski, 12 years ago (diff)

Mac compatibility

Line 
1log4j.rootLogger=ERROR, qcg-icon
2
3log4j.logger.org.qcg.icon=TRACE
4
5log4j.appender.qcg-icon=org.apache.log4j.RollingFileAppender
6log4j.appender.qcg-icon.File=${user.home}/.qcg-icon/qcg-icon.log
7log4j.appender.qcg-icon.MaxFileSize=100KB
8log4j.appender.qcg-icon.layout=org.apache.log4j.PatternLayout
9log4j.appender.qcg-icon.layout.ConversionPattern=%-20d [%p] %t : %m%n
Note: See TracBrowser for help on using the repository browser.