You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Motivation
When a STAC validation fails on a link checksum, it requires some manual
research to find which is the parent document that contains this failing
link.
#### Modification
Add the following information in the checksum validation logs:
- Add the STAC document path of the parent that contains the link being
checked
- Add the link rel or "type"
``` json
{"level":20,"time":1738618069598,"pid":129823,"hostname":"linz","id":"01JK6VCRF3BXTHK5HT9YZ11MZV","source":"memory://stac/item.json","checksum":"12206fd977db9b2afe87a9ceee48432881299a6aaf83d935fbbe83007660287f9c2e","type":"item","parent":"memory://stac/collection.json","duration":0.16163199999999733,"msg":"Checksum:Validation:Ok"}
```
#### Checklist
_If not applicable, provide explanation of why._
- [ ] Tests updated
- [ ] Docs updated
- [X] Issue linked in Title
0 commit comments