mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Typos
This commit is contained in:
parent
2a81b65de6
commit
c582617209
1 changed files with 3 additions and 3 deletions
|
|
@ -86,13 +86,13 @@ and then add an initializer in your Rails project:
|
|||
|
||||
The idea come from here: https://gist.github.com/teamon/e8ae16ffb0cb447e5b49
|
||||
|
||||
There's some advantage to use this method:
|
||||
There's some advantages to use this method:
|
||||
|
||||
- You could use a logger that does not implement the ```formatter=```.
|
||||
Defaults Rails 3 (ActiveSupport::BufferedLogger) does not implement it.
|
||||
The Logging gem (https://github.com/TwP/logging) does not implement it neither
|
||||
The Logging gem (https://github.com/TwP/logging) does not implement it neither.
|
||||
|
||||
- If you use a logger that already format logs (as the Logging gem), the logs will be formatted by your logger
|
||||
- If you use a logger that already format logs (as the Logging gem), the logs will be formatted by your logger.
|
||||
|
||||
### Logging exceptions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue