[IMP] set debug log level on compose run commands

This commit is contained in:
Stéphan Sainléger
2026-01-13 12:44:35 +01:00
parent 023deeea5b
commit d8b332762b
7 changed files with 7 additions and 7 deletions

View File

@@ -21,4 +21,4 @@ exec_python_script_in_odoo_shell "$DB_NAME" "$DB_NAME" "$PYTHON_SCRIPT" || exit
# Launch Odoo with database in finale version to run all updates
compose --debug run "$ODOO_SERVICE" -u all --stop-after-init --no-http
compose --debug run "$ODOO_SERVICE" -u all --log-level=debug --stop-after-init --no-http