Version 0.1.7
Minor release, just fixed a race condition dealing with appending to log files.
On some OSes (CentOS 6.x for example), writing to log files with fs.appendFile()
and no callback results in out-of-order lines. Switched to fs.appendFileSync()
.