Hi, thanks for the answers..
In the file: /opt/zimbra/conf/log4j.properties.in I only have for "mailbox.log" the following entry....
%%uncomment VAR:!zimbraLogToSyslog%%log4j.rootLogger=INFO,LOGF ILE
%%uncomment VAR:zimbraLogToSyslog%%log4j.rootLogger=INFO,LOGFI LE,SYSLOG
# Appender LOGFILE writes to the file "/opt/zimbra/log/mailbox.log".
#log4j.appender.LOGFILE=org.apache.log4j.FileAppen der
log4j.appender.LOGFILE=org.apache.log4j.DailyRolli ngFileAppender
log4j.appender.LOGFILE.File=/opt/zimbra/log/mailbox.log
log4j.appender.LOGFILE.DatePattern='.'yyyy-MM-dd
log4j.appender.LOGFILE.Append=true
log4j.appender.LOGFILE.layout=com.zimbra.common.ut il.ZimbraPatternLayout
log4j.appender.LOGFILE.layout.ConversionPattern=%d %-5p [%t] [%z] %c{1} - %m%n
So if I change the line:
%%uncomment VAR:!zimbraLogToSyslog%%log4j.rootLogger=INFO,LOGF ILE
By:
%%uncomment VAR:!zimbraLogToSyslog%%log4j.rootLogger=WARN,LOGF ILE
That line will affect only maillog.log or I need to change the other one too (the one that says SYSLOG).?
And about the Jetty logs, I have DEBUG level in these files:
/opt/zimbra/jetty/etc/zimbraAdmin.web.xml.in
/opt/zimbra/jetty/etc/zimbra.web.xml.in
If I have to change to WARN level in both of them?
Thanks!!!
Michael.. |