Skip to content

Add toLogSuccessTxn option in decorator

Choose a tag to compare

@dyihoon90 dyihoon90 released this 07 Jan 10:00
· 21 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.