During a commit or a commit check we can implement a validation callback and during the transaction, if the validation fails (CONFD_VALIDATION_WARN) we can use confd_trans_seterr to set the warning message and this message will be outputted to the cli that is running this transaction.
I was wondering if we could also output some info to the cli in the validation is ok (CONFD_OK), meaning there is no error, we just want to print some info to the cli at the end of this transaction. Something like a debug or informational message instead of producing a warning message for the whole transaction.