Page MenuHomePhabricator

[identity] Use Debug trait for AWS errors
ClosedPublic

Authored by bartek on Jun 26 2024, 1:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 7:58 AM
Unknown Object (File)
Tue, Nov 12, 7:55 AM
Unknown Object (File)
Tue, Nov 12, 6:40 AM
Unknown Object (File)
Tue, Nov 12, 3:53 AM
Unknown Object (File)
Sat, Oct 26, 4:21 AM
Unknown Object (File)
Fri, Oct 25, 9:06 PM
Unknown Object (File)
Mon, Oct 21, 8:47 AM
Unknown Object (File)
Oct 10 2024, 11:37 PM
Subscribers

Details

Summary

Noticed this while debugging. The Display trait for AWS errors is useless and we should
always use Debug - so do {err:?} instead of {err} in format strings.
Also added messages in two places they were missing.

Test Plan

Got better error log when AWS error occurred.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage