Commit 666aae2c488b2427ec4a039f77fcf1f789e4724b

Authored by Antonio Terceiro
1 parent 97e4a211

Adding logrotate configuration

(ActionItem1253)
Showing 1 changed file with 9 additions and 0 deletions   Show diff stats
etc/logrotate.d/noosfero 0 → 100644
@@ -0,0 +1,9 @@ @@ -0,0 +1,9 @@
  1 +/var/lib/noosfero/current/log/*.log /home/noosfero/current/log/*.log {
  2 + daily
  3 + missingok
  4 + rotate 15
  5 + compress
  6 + delaycompress
  7 + notifempty
  8 + copytruncate
  9 +}