cacti icon indicating copy to clipboard operation
cacti copied to clipboard

fix(satp-hermes): logs in oracle operations

Open edsonCVN opened this issue 3 months ago • 3 comments

Introduce logging in the Oracle operations, similar to what we already have in the SATP operations. Each operation include the following log entries:

  1. Log "init" before starting the operation.
  2. Log "exec" immediately before executing the operation.
  3. After the operation is executed:
    • Log "done" if it was successful.
    • Log "fail" if it failed.

edsonCVN avatar Oct 20 '25 13:10 edsonCVN

@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

AndreAugusto11 avatar Oct 21 '25 10:10 AndreAugusto11

@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 avatar Oct 21 '25 21:10 edsonCVN

@edsonCVN could you please add some very simple tests to make sure everything is working as expected?

Thank you, I will add the test

edsonCVN avatar Oct 21 '25 21:10 edsonCVN