You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #3793 - jtgeibel:reduce-log-output, r=pietroalbini
Avoid logging request_id for successful download redirects
The request ID is provided to the user in a few error cases to help us
locate the log line. However, the ID is not provided to the user for
successful requests in general, and in particular for download requests
that make up the vast majority of our traffic.
Removing this from the logs will save 48 bytes in log traffic per
download, and should reduce our log output by about 15%.
r? `@pietroalbini`
0 commit comments