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