Windows logging hint
This commit is contained in:
@@ -66,7 +66,8 @@
|
|||||||
// See https://github.com/trentm/node-bunyan#streams
|
// See https://github.com/trentm/node-bunyan#streams
|
||||||
//
|
//
|
||||||
// Remember you can pipe logs through Bunyan to pretty-print:
|
// 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)
|
// (npm install -g bunyan to get the binary)
|
||||||
//
|
//
|
||||||
@@ -384,4 +385,4 @@
|
|||||||
loginHistoryMax: -1
|
loginHistoryMax: -1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user