Skip to content

Audit Logging

Choose a tag to compare

@micahr micahr released this 08 Jan 18:53
· 177 commits to master since this release

Audit logging has been added for clients.

You can now enable audit logging for client requests. If you pass audit: true to any client as part of the configuration, you will get an audit report logged to Bunyan after the request completes.

Thank you to @marcellodesales for his hard work.