mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
d306a2d7e5
With `%w` it prints an address instead of the error, like `<op> <url> 0xc001329370` instead of `<op> <url>: some error`, honestly idk why you even can log with `%w` it seems like it makes no sense to use `%w` outside of `fmt.Errorf`. This is to help debug https://github.com/coder/internal/issues/1010.