Skip to content

Add toLogSuccessTxn option in decorator

Pre-release
Pre-release

Choose a tag to compare

@dyihoon90 dyihoon90 released this 07 Jan 03:43
· 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.