0

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

Khaled
  • 36,533
  • 8
  • 72
  • 99
aneuryzm
  • 1,714
  • 5
  • 26
  • 41

1 Answers1

2

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

user9517
  • 115,471
  • 20
  • 215
  • 297
  • @Patrick: You can search for logrotate config file something like: /etc/logrotate.d/lighttpd – Khaled Nov 29 '10 at 13:30