1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-07 13:21:01 +01:00

(stable) Temporarily disable all logfile writability checks

These cause too much trouble in too many cases.
This commit is contained in:
epriestley 2021-03-01 15:55:24 -08:00
parent b177e489b4
commit 8f7ddcdf99

View file

@ -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 {