c55e8f251a
Odoo is actually logging on sys.stderr and not sys.stdout[^1][^2][^3]. Remove passage about the workflows, the workflows were an OpenERP feature removed almost a decade ago in odoo/odoo@98cb4719db. Fixes: #7210 [^1]: https://github.com/odoo/odoo/blob/b3b9b2b49ef90d30bcce1e27a4ba0b24f888170c/odoo/netsvc.py#L156 [^2]: https://github.com/odoo/odoo/blob/b3b9b2b49ef90d30bcce1e27a4ba0b24f888170c/odoo/netsvc.py#L198 [^3]: https://docs.python.org/3/library/logging.handlers.html#logging.StreamHandler closes odoo/documentation#7253 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>