fix(satp-hermes): logs in oracle operations
Introduce logging in the Oracle operations, similar to what we already have in the SATP operations. Each operation include the following log entries:
- Log "init" before starting the operation.
- Log "exec" immediately before executing the operation.
- After the operation is executed:
- Log "done" if it was successful.
- Log "fail" if it failed.
@edsonCVN, also merge both commits into a single one, update the description of the commit (and the PR) mentioning the linked issue that will be closed once this is merged
@edsonCVN, also merge both commits into a single one, update the description of the commit (and the PR) mentioning the linked issue that will be closed once this is merged
Thank you, I will do it
@edsonCVN could you please add some very simple tests to make sure everything is working as expected?
Thank you, I will add the test