Merge pull request #205 from SemperFu/0.0.9-alpha
Add Windows pipe to Bunyan comment
This commit is contained in:
commit
9c671e1b0e
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue