mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
word missing
This commit is contained in:
parent
9e247e0909
commit
f04a40ca37
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ If you prefer some other format I strongly encourage you to do pull request with
|
|||
|
||||
### Logging to file and STDOUT
|
||||
|
||||
You can to file and STDOUT at the same time, you just need to assign new logger
|
||||
You can log to file and STDOUT at the same time, you just need to assign new logger
|
||||
|
||||
log_file = File.open('path/to/your/logfile.log', 'a')
|
||||
log_file.sync = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue