Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTPClient: improved log for failed requests #2669

Merged
merged 1 commit into from
Jun 16, 2023

Commits on Jun 16, 2023

  1. HTTPClient: improved log for failed requests

    Changed this log:
    ```
    [network] DEBUG: ℹ️ API request failed: GET /v1/subscribers/17571811-B0A4-49DC-B326-572E602BF195: Request failed signature verification.
    ```
    
    To this:
    ```
    [network] DEBUG: ℹ️ API request failed: GET /v1/subscribers/BD9F38FF-33C6-4A77-86F7-6AEA92E6717D (200): Request failed signature verification.
    ```
    
    This was useful when debugging #2668 and #2659.
    NachoSoto committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    63dea0f View commit details
    Browse the repository at this point in the history