From 5f4e129369c25016f659526ff0ac473c1410b6a0 Mon Sep 17 00:00:00 2001 From: SemperFu Date: Sun, 18 Nov 2018 14:17:42 -0500 Subject: [PATCH] Remove -Wait -Wait doesn't work. It sits there waiting for completion before forwarding. --- misc/config_template.in.hjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_template.in.hjson b/misc/config_template.in.hjson index 0c0e40c1..ba3e8937 100644 --- a/misc/config_template.in.hjson +++ b/misc/config_template.in.hjson @@ -67,7 +67,7 @@ // // Remember you can pipe logs through Bunyan to pretty-print: // Linux : tail -F ./logs/enigma-bbs.log | bunyan - // PowerShell : Get-Content .\enigma-bbs.log -Wait -Tail 15 | bunyan.cmd + // PowerShell : Get-Content .\enigma-bbs.log -Tail 15 | bunyan.cmd // // (npm install -g bunyan to get the binary) //