...
# | Scenario | Logging level | Decision on how/where to log |
---|---|---|---|
1 | If the user tries to add an anchor with no dataspace we will log "Dataspace does not exist". | Error | This will be logged in the place it is handled. |
2 | Where exactly to log error, at source or a common central place?
| Error | This will be logged in the place it is handled. |