From 4399ee6b7f0082035f49c0dffe257cc9d3125b65 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 1 Mar 2021 15:55:24 -0800 Subject: [PATCH] Temporarily disable all logfile writability checks These cause too much trouble in too many cases. --- src/filesystem/PhutilErrorLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/filesystem/PhutilErrorLog.php b/src/filesystem/PhutilErrorLog.php index 7bc87153..bc316c9e 100644 --- a/src/filesystem/PhutilErrorLog.php +++ b/src/filesystem/PhutilErrorLog.php @@ -28,7 +28,7 @@ final class PhutilErrorLog public function activateLog() { $log_path = $this->getLogPath(); - if ($log_path !== null) { + if ($log_path !== null && false) { // Test that the path is writable. $write_exception = null; try {