README.md in kiev-4.8.0 vs README.md in kiev-4.8.1
- old
+ new
@@ -452,16 +452,16 @@
# One of: 0, 1, 2, 3, 4 (DEBUG, INFO, WARN, ERROR, FATAL)
config.log_level = 0
end
```
-### enable_filter_for_log_levels
-You can specify for which log levels personal identifying information filter will be applied.
+### disable_filter_for_log_levels
+You can specify for which log levels personal identifying information filter will NOT be applied.
```ruby
Kiev.configure do |config|
# [DEBUG, INFO, WARN, ERROR, FATAL]
- config.enable_filter_for_log_levels = [0, 1, 2, 3, 4]
+ config.disable_filter_for_log_levels = [0, 1, 2, 3, 4]
end
```
**By default enabled for all suppported log levels.**