Skip to content

Make log rotation be totally handled by logrotate

François Grisez requested to merge feature/logrotate_integration into master
  • logrotate can now trigger the reopening of log files by Flexisip by sending HUP Unix signal and then is able to rotate log files by itself.
  • 'global/max-log-size' parameter has been disabled to avoid conflict with logrotate.
  • log rotation is now totally customizable by editing /etc/logrotate.d/flexisip-logrotate.
Edited by François Grisez

Merge request reports