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 {