Skip to content
Snippets Groups Projects
Commit 8b67d263 authored by Julien Castiaux's avatar Julien Castiaux
Browse files

[FIX] config: empty argument --foo= to disable


In the odoorc file, set a `logfile` path, but disable it via the command
line with `--logfile=`. The logs are output to the logfile configured in
the config file instead of stdout.

Parsing `--logile=` yield an empty string which was interpreted as
argument not set and skipped.

Closes #3852

closes odoo/odoo#60990

X-original-commit: bae0d99b
Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
Signed-off-by: default avatarJulien Castiaux <Julien00859@users.noreply.github.com>
parent a6d01ac7
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment