Add toLogSuccessTxn option in decorator
Pre-release
Pre-release
·
22 commits
to master
since this release
- When decorating functions and methods, if opt.toLogSuccessTxn is set to false, will not log successful transactions. i.e. successful completion of the function.
- Will only log failed function calls.