Merge pull request #205 from SemperFu/0.0.9-alpha

Add Windows pipe to Bunyan comment
This commit is contained in:
Bryan Ashby
2018-11-18 12:16:01 -07:00
committed by GitHub

View File

@@ -66,7 +66,8 @@
// See https://github.com/trentm/node-bunyan#streams
//
// Remember you can pipe logs through Bunyan to pretty-print:
// tail -F ./logs/enigma-bbs.log | bunyan
// Linux : tail -F ./logs/enigma-bbs.log | bunyan
// PowerShell : Get-Content .\enigma-bbs.log -Wait -Tail 15 | bunyan.cmd
//
// (npm install -g bunyan to get the binary)
//
@@ -384,4 +385,4 @@
loginHistoryMax: -1
}
}
}
}