Skip to content

[Request] ensure that URLs are not logged by requests on errors #178

Open
@cp2004

Description

What would you like implemented?

In some cases where a network request can encounter an error, just logging the exception from requests is not good enough because this contains the URL that it was trying to access. For upload sessions, this URL is unique and while it should expire so there is no security compromise, log files shouldn't really contain stuff like this.

All access tokens used are never logged as they are securely contained in request headers.

Thought of while looking at #175

Metadata

Assignees

No one assigned

    Labels

    requestNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions