I correctly set the log file in odoo config file but i got nothing in the log file.
I dont know why.
this is lines that i put in config file :
...........
logfile = /var/log/openerp/openerp-server.log
log_level = info
I also execute this commandes line:
bash#mkdir -p /var/log/openerp/
bash#touch /var/log/openerp/openerp-server.log
bash#chown openerp /var/log/openerp/openerp-server.log
bash#chmod 644 /var/log/openerp/openerp-server.log
Any help !!!!!!
Why Odoo Config file: http://learnopenerp.blogspot.com/2019/10/odoo-configuration-file.html