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
commit 9c671e1b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

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
}
}
}
}