From 05804206ee0a729aa4d54c0219ec90cecdf4f93d Mon Sep 17 00:00:00 2001 From: SemperFu Date: Sun, 18 Nov 2018 01:40:08 -0500 Subject: [PATCH] Windows logging hint --- misc/config_template.in.hjson | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index 3acb0823..48a4a8c4 100644 --- a/misc/config_template.in.hjson +++ b/misc/config_template.in.hjson @@ -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 } } -} \ No newline at end of file +}