Update config_template.in.hjson

Changed to PowerShell. Added -F equivalent (-wait) and Tail
This commit is contained in:
SemperFu 2018-11-18 14:06:46 -05:00 committed by GitHub
parent f567ef6452
commit 7cd0b3b393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
//
// Remember you can pipe logs through Bunyan to pretty-print:
// Linux : tail -F ./logs/enigma-bbs.log | bunyan
// Windows : Get-Content .\enigma-bbs.log | bunyan.cmd
// Powershell : Get-Content .\enigma-bbs.log -Wait -Tail 15 | bunyan.cmd
//
// (npm install -g bunyan to get the binary)
//