1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

better logrotate conf

This commit is contained in:
Julien Malik 2014-03-20 20:47:47 +01:00
parent 4475d4dff9
commit 77021398be
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
#+STARTUP: indent #+STARTUP: indent
#+TODO: TODO BLOCKED DONE #+TODO: TODO BLOCKED DONE
* DONE logs * DONE logs
* TODO logrotate config * DONE logrotate config
* DONE is_public * DONE is_public
* TODO auto set up admin section * TODO auto set up admin section
* DONE mail in config.js : what's this ? * DONE mail in config.js : what's this ?

View file

@ -1,9 +1,10 @@
YNH_LOGFILE YNH_LOGFILE
{ {
rotate 5
weekly weekly
nomissingok missingok
rotate 12
notifempty notifempty
compress compress
delaycompress
copytruncate copytruncate
} }