forked from torrust/torrust-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge torrust#425: Improve Tracker API errors log
ff90e9e feat: [torrust#420] ignore torrent not found when importing statistics from tracker (Jose Celano) f975bf5 fix: [torrust#420] improve error loggin for statistics importer (Jose Celano) 70ac664 fix: [torrust#420] proper handling for tracker API responses (Jose Celano) 7620ed1 chore: disable clippy error until we fix it (Jose Celano) 35b079f refactor: [torrust#420] decouple tracker API errors from app errors (Jose Celano) Pull request description: We need the specific error requesting the tracker API to include the error in the logs. - [x] Refactor to decouple API errors from app errors. - [x] Change the statistic importer log to include the exact error from the tracker API. - [x] When we import statistics from the tracker, don't log an error when the torrent is not found. It could have been removed because there are no peers. ACKs for top commit: josecelano: ACK ff90e9e Tree-SHA512: 4505ee1ec40e3fe4b01c3d3593487718afd67c9b98e0f225315d455218fa9c331b0bc964afa04d653916b9631b20b1b3ed074a13ed15436b8b9eae1761e21664
- Loading branch information
Showing
5 changed files
with
260 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.