v0.3.0
New Features
- filter variables
When passing theinclude_variables: true
flag toUinta.Plug
, the variablespassword
,passwordConfirmation
,idToken
, andrefreshToken
will now be filtered from the logs by default. If you would like to disable this, you can pass the optionfilter_variables: []
to the plug. You can also pass in a custom list of variables to filter out.