Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit_graph: log lower level causes when logging to scuba
Summary: Calling `.to_string()` on `anyhow::Error` uses the `Display` trait which only displays the outermost error. Use `{:#}` instead to display the lower level causes as well. Reviewed By: lmvasquezg Differential Revision: D65816416 fbshipit-source-id: c149d1453376944fe99f664aac2fe4ad7574af26
- Loading branch information