Browse Source

typo

pull/305/head
Daniil Fedotov 9 years ago
parent
commit
4373c6e567
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -222,7 +222,7 @@ Lager is also supplied with a `error_logger` handler module that translates
traditional erlang error messages into a friendlier format and sends them into traditional erlang error messages into a friendlier format and sends them into
lager itself to be treated like a regular lager log call. To disable this, set lager itself to be treated like a regular lager log call. To disable this, set
the lager application variable `error_logger_redirect` to `false`. the lager application variable `error_logger_redirect` to `false`.
You can also disable reformating for OTP and Cowboy messages by setting variable
You can also disable reformatting for OTP and Cowboy messages by setting variable
`error_logger_format_raw` to `true`. `error_logger_format_raw` to `true`.
The `error_logger` handler will also log more complete error messages (protected The `error_logger` handler will also log more complete error messages (protected

Loading…
Cancel
Save