From 0bf6fd6300ecc8ff268925cc43150487bbfda21d Mon Sep 17 00:00:00 2001 From: Guillaume Boudreau Date: Sun, 24 May 2020 15:38:53 -0400 Subject: [PATCH] Bugfix: greyhole --logs should not watch both .log and .err, as .log will always contains all the same logs as .err --- includes/CLI/LogsCliRunner.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/includes/CLI/LogsCliRunner.php b/includes/CLI/LogsCliRunner.php index 818475c0..e498b5bb 100755 --- a/includes/CLI/LogsCliRunner.php +++ b/includes/CLI/LogsCliRunner.php @@ -1,6 +1,6 @@