Skip to content

Webservice: Less verbose log messages when orca is not running

Thomas Kluyver requested to merge log-orca-connecterr-shh into master

Description

When Orca is not running, the log currently contains a lot of chained tracebacks every time it tries to send a request. We don't need all that detail to see that it can't connect, and it's harder to find other issues in the logs. This logs a shorter message instead.

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.

Reviewers

@roscar

Merge request reports