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
We should probably match specifically for ErrorKind::BadHTTPStatus errors there and just log the status code for those. We could continue logging the entire error for other classes of errors.
The text was updated successfully, but these errors were encountered:
When we get a cache miss in S3 we hit this case:
sccache/src/cache/s3.rs
Line 82 in dda88a6
Which winds up logging a whole unnecessary stacktrace (which can be especially useless on Windows):
We should probably match specifically for
ErrorKind::BadHTTPStatus
errors there and just log the status code for those. We could continue logging the entire error for other classes of errors.The text was updated successfully, but these errors were encountered: