I went into the log folder of my lighttpd server and I found several files:

access.log access.log.4.gz error.log error.log.2.gz access.log.1 deluxeorganics
error.log.1

I was wondering if the server is creating log.1 log.2 files (and compressing them) to store the log history in separate files.

thanks

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

This looks to me like your log files are being rotated and compressed by logrotate.

link|improve this answer
@Patrick: You can search for logrotate config file something like: /etc/logrotate.d/lighttpd – Khaled Nov 29 '10 at 13:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.