This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logging whole response in debug mode (#101)
Because some other errors might happen than the one handled (stoplist). Example, if the tag values have an invalid format, the response is something like: `{"measurements":{"summary":{"total":174,"accepted":78,"failed":96,"filtered":0}},"errors":[{"param":"tag_value","value":"41454@127_0_0_1","reason":"Invalid format"}]}` So it would be nice to log the whole response in debug mode to avoid discarding important failures.
- Loading branch information