Monday, October 11, 2021
1 change · master
Resolved issues and error corrections
This update corrects an internal logging issue so messages can safely include non-text values, as intended by standard logging behavior. It helps prevent avoidable logging errors and keeps diagnostic information reliable for support and operations teams.
Original PR description
As per the logging documentation, it is fine to send arguments that are not string. Logging takes care of stringifying and injecting the arguments in the message template. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr