mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Output exception trace to the logs when http status code == 403, something is wrong with permissions. When http status code == 409 -- such error could be ignored, because object probably was created or updated by another process. For all other http status codes it will also produce stack traces. I hope it will help to debug issues similar to the https://github.com/zalando/patroni/issues/606