mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-08-07 07:16:13 +00:00
98b6d96cd1
Previously logged only the exception message. Adds: - exception_class: distinguishes ClientException vs ConnectException vs other Guzzle/PHP failure types at a glance - file: file path and line where the exception was raised, useful for distinguishing 'failed inside Guzzle' from 'failed inside our code path' The exception message itself often contains the GitHub API URL, which encodes the app identifier. Capturing the specific appid at the moment of failure would require touching handle() to track the current iteration; left as a follow-up.