Windows logging hint

This commit is contained in:
SemperFu 2018-11-18 01:40:08 -05:00 committed by GitHub
parent 6a01c05ec9
commit 05804206ee
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
// Windows : "Get-Content .\enigma-bbs.log | bunyan.cmd"
//
// (npm install -g bunyan to get the binary)
//
@ -384,4 +385,4 @@
loginHistoryMax: -1
}
}
}
}