From 7d3461184ecb8e4f0de7b43666e10f367d806da7 Mon Sep 17 00:00:00 2001 From: scauglog Date: Tue, 12 Apr 2016 16:50:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a438d3..3f77159 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You can include logging of other parts of the request / response cycle by includ The `FilterParameters` logger will filter out sensitive parameters from your logs. If mounted inside rails, will use the `Rails.application.config.filter_parameters` by default. Otherwise, you must specify a list of keys to filter out. #### ClientEnv -The `FilterParameters` logger will add `ip` and user agent `ua` in your log. +The `ClientEnv` logger will add `ip` and user agent `ua` in your log. ### Logging to file and STDOUT