mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-04-27 14:57:40 +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.
|
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
|
#### 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
|
### Logging to file and STDOUT
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue