I have set up a new Odoo 17 server. But the Odoo does not write a log file. The directory /var/log/odoo is empty.
The following values are defined in odoo.conf:
log_file = var/log/odoo
log_level = debug
How do I configure Odoo correctly so that it writes the log file?
Thanks for your help!