In Odoo13, 'logrotate = True' parameter is not working. So logs are updating in same file & file size is getting larger. Now I need to manually delete the log files to save the space in server.
In Odoo12 & below versions, if we set logrotate=True, log files were saved to corresponding dates & logs greater than particular interval will delete from the server also.
Why this is not working in Odoo13?
If there have any other methods to implement log rotation, please share the steps.
Thanks in advance..:)