Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
15989 Widoki

I’ve just had a problem with my odoo 8 installation. My /var/log/odoo/odoo-server.log contain nothing
The way “logfile = /var/log/odoo/odoo-server.log” is correct in the “/etc/odoo-server.conf”.
What’s wrong with my file?

Tks,

Awatar
Odrzuć
Najlepsza odpowiedź

Check write permissions of that file and folder because sometimes they don't have the right permissions so they can't be written by the system.

Change the permissions to /var/log/odoo folder to be able to do what you want and then restart your server.

Awatar
Odrzuć
Autor

I change the permissions for the user odoo, 755 but nothing happen. ???