mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Update README.md
This commit is contained in:
parent
2717b4a3ec
commit
7d3461184e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue