Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Improve error msg when key-fetch fails #5896

Merged
merged 1 commit into from
Aug 22, 2019
Merged

Improve error msg when key-fetch fails #5896

merged 1 commit into from
Aug 22, 2019

Commits on Aug 21, 2019

  1. Improve error msg when key-fetch fails

    There's no point doing a raise_from here, because the exception is always
    logged at warn with no stacktrace in the caller. Instead, let's try to give
    better messages to reduce confusion.
    
    In particular, this means that we won't log 'Failed to connect to remote
    server' when we don't even attempt to connect to the remote server due to
    blacklisting.
    richvdh committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    16bddb2 View commit details
    Browse the repository at this point in the history