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:
parent
b177e489b4
commit
8f7ddcdf99
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue