Public bug reported:

Binary package hint: php5-fpm

php5-fpm package should include a logrotate file.

For instance:
cat /etc/logrotate.d/php5-fpm
/var/log/php5-fpm.log {
  weekly
  rotate 10
  create 600 root root
  size 64k
  compress
  notifempty
  postrotate
    [ -f /var/run/php5-fpm.pid ] && /bin/kill -USR1 $(cat /var/run/php5-fpm.pid)
    endscript
}

** Affects: php5 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.
https://bugs.launchpad.net/bugs/706945

Title:
  php5-fpm package does not include a logrotate file

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to