reevoo / sapience-rb

Hasslefree auto-configuration for logging, metrics and exception collection.
MIT License
10 stars 0 forks source link

A Formatter can now be configured to exclude selected log fields #67

Closed costis closed 3 years ago

costis commented 3 years ago

In case we want to reduce the volume of generated log data we can now configure the Formatter to exclude some fields from the output. This is currently implemented only by the Json formatter.