mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-08 13:51: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() {
|
public function activateLog() {
|
||||||
$log_path = $this->getLogPath();
|
$log_path = $this->getLogPath();
|
||||||
|
|
||||||
if ($log_path !== null) {
|
if ($log_path !== null && false) {
|
||||||
// Test that the path is writable.
|
// Test that the path is writable.
|
||||||
$write_exception = null;
|
$write_exception = null;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue