mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
fix typo in code example
This commit is contained in:
parent
00b055406d
commit
43f945badc
1 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ If you prefer some other format I strongly encourage you to do pull request with
|
|||
|
||||
You can to file and STDOUT at the same time, you just need to assign new logger
|
||||
|
||||
logger Logger.new GrapeLogging::MultiIO.new(STDOUT, File.open('path/to/your/logfile.log'), 'a'))
|
||||
logger Logger.new GrapeLogging::MultiIO.new(STDOUT, File.open('path/to/your/logfile.log', 'a')))
|
||||
|
||||
### Logging exceptions
|
||||
|
||||
|
|
@ -63,4 +63,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||
4. Push to the branch (`git push origin my-new-feature`)
|
||||
5. Create a new Pull Request
|
||||
5. Create a new Pull Request
|
||||
|
|
|
|||
Loading…
Reference in a new issue