Daily updates from Odoo
Wednesday, January 23, 2019
1 change
Features or functions removed from Odoo
Odoo no longer manages log file rotation itself because the built-in approach was unreliable in multi-worker deployments. Administrators should use standard operating-system or external log rotation tools, which are more dependable and widely supported.
Original PR description
[It's completely FUBAR when using workers](https://stackoverflow.com/questions/34186774/why-doesnt-timedrotatingfilehandler-work-properly-and-how-to-solve-this-issuer) and properly reimplementing it is not really worth the effort when logrotate and newsyslog and rotatelogs and cyclog/multilog/cronolog and system-managed event logs (syslog & co) exist.