Merge pull request #12 from scauglog/patch-1

word missing in README
This commit is contained in:
Adrian Serafin 2016-03-05 10:43:19 +01:00
commit 9b8ac7db5b

View file

@ -55,7 +55,7 @@ The `FilterParameters` logger will filter out sensitive parameters from your log
### 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