From 7cd0b3b393666120f49391f92287b029c59dc8f1 Mon Sep 17 00:00:00 2001 From: SemperFu Date: Sun, 18 Nov 2018 14:06:46 -0500 Subject: [PATCH] Update config_template.in.hjson Changed to PowerShell. Added -F equivalent (-wait) and Tail --- misc/config_template.in.hjson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index 9facd9e3..cde8284b 100644 --- a/misc/config_template.in.hjson +++ b/misc/config_template.in.hjson @@ -66,8 +66,8 @@ // See https://github.com/trentm/node-bunyan#streams // // Remember you can pipe logs through Bunyan to pretty-print: - // Linux : tail -F ./logs/enigma-bbs.log | bunyan - // Windows : Get-Content .\enigma-bbs.log | bunyan.cmd + // 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) //