In older versions, log archiving was the default, and every day it archived (mv an older log to a different log file) and kept the archives for a week or so. Now on Odoo version 8 it puts everything in one log file, and after a while it becomes very large. It will take some time to download this file. Is there a way to get old functions in some way?
I have these lines in the Odoo configuration file:
logfile = home/myuser/var/log/openerp/openerp-server.log logrotate = True ;it seems to not do anything or I dont see what it does.
This is what I found to enter the Odoo configuration file (v7 only, so I donβt know how important this is for v8):
# file where the server log will be stored logfile = None
source share