I don't believe this is Tomcat at all, and is more likely the result of
a log rotation application.

What Linux Distribution are you using?

RedHat uses an application called logrotate.  Sounds to me like you are
either;
Writing your logs to some place like /var/log
You have a logrotate entry defined to rotate the files in your Tomcat
Logging Directory (In Redhat, take a look at /etc/logrotate.d, and man
logrotate)

-----Original Message-----
From: Andrea Prandini [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 14, 2004 7:52 AM
To: 'Tomcat Users List'
Subject: Log on linux

Hi,

I've got some production enviorment installed on linux with Tomcat 5 and
Tomcat 4.1. I've configured tomcat for logging as configured in the
standard
server.xml (using FileLogger) and everything works fine. My problem is
that
i find too many log files with the extension .gz. Seems that there's a
scheduled job that compress the log files stored in logs directory. The
first time creates localhost_log.2004-11-28.txt.1.gz, after few days
localhost_log.2004-11-28.txt.1.gz.1.gz and on. Someone can help me and
told
if this is a configurations of tomcat.

Thanks in advance

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to