1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +01:00

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 6d60422dbb
commit 4399ee6b7f

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 {