Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
tiny modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2gedev committed Jan 26, 2015
1 parent b7fcb05 commit 8730f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Ruby's stdlib `Logger` wraps `IO#write` in mutexes. `ChronoLogger` removes these
```
logger = ChronoLogger.new('/log/production.log.%Y%m%d')
# created /log/production.log.20150126 file
# created /log/production.log.20150127 file when `logger.write` is called in the next day
# created /log/production.log.20150127 file
# when `logger.write` is called in the next day
```

## Motivation
Expand Down

0 comments on commit 8730f88

Please sign in to comment.