diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index 3acb0823..ba3e8937 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 + // PowerShell : Get-Content .\enigma-bbs.log -Tail 15 | bunyan.cmd // // (npm install -g bunyan to get the binary) // @@ -384,4 +385,4 @@ loginHistoryMax: -1 } } -} \ No newline at end of file +}