OCA / runbot-addons

Odoo Runbot Custom Features to be used by community.
https://odoo-community.org/project/community-maintainers-46
GNU Affero General Public License v3.0
28 stars 95 forks source link

[FIX] runbot_travis2docker: Be more verbose when fetching SSH keys fails #175

Closed luisg123v closed 6 years ago

luisg123v commented 6 years ago

Currently, if any error occurs when fetching SSH keys of the author and committer, the printed message is bare and it's only visible in debug level:

... DEBUG runbotdb odoo.addons.runbot_travis2docker.models.runbot_build: Error fetching author

This commits makes this error more verbose and useful, and increases its logging level to warning.