diff --git a/TODO.org b/TODO.org index 1ced5e7..15d47b4 100644 --- a/TODO.org +++ b/TODO.org @@ -1,7 +1,7 @@ #+STARTUP: indent #+TODO: TODO BLOCKED DONE * DONE logs -* TODO logrotate config +* DONE logrotate config * DONE is_public * TODO auto set up admin section * DONE mail in config.js : what's this ? diff --git a/conf/logrotate b/conf/logrotate index c145772..9dfc1dc 100644 --- a/conf/logrotate +++ b/conf/logrotate @@ -1,9 +1,10 @@ YNH_LOGFILE { - rotate 5 weekly - nomissingok + missingok + rotate 12 notifempty compress + delaycompress copytruncate } \ No newline at end of file