Monday, June 30, 2025
1 change · 17.0
Enhancements to existing features
Nilvera connection problems are now recorded as informational messages instead of errors, preventing automated upgrade checks from failing when internet access is blocked. The change still keeps diagnostic details available for troubleshooting.
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