Tuesday, July 1, 2025
1 change · saas-18.3
Enhancements to existing features
Connection issues with the Nilvera service are now recorded as informational logs instead of errors, so automated upgrade checks are not blocked by temporary internet restrictions. The change also keeps diagnostic details available to help support teams investigate if needed.
Original PR description
In 3b5cb63 we silenced Nilvera connection errors to prevent upgrade CI failures due to blocked internet access. However, using `logger.error` still caused CI to fail when triggered. This commit changes the log level to info to ensure the error is recorded without impacting the CI. Also, we're now printing the stack trace for easier debugging. runbot-227039 Forward-Port-Of: odoo/odoo#215791