diff --git a/src/MDOutputHandler.php b/src/MDOutputHandler.php index 235c7a0..8b5845f 100644 --- a/src/MDOutputHandler.php +++ b/src/MDOutputHandler.php @@ -81,7 +81,7 @@ final class MDOutputHandler { $this->_file_logging = $input; if ($this->_file_logging === true) { - if (!\is_dir(__DIR__ . "/../logs")) mkdir(__DIR__ . "/../logs", 0755); + if (!\is_dir(__DIR__ . "/../logs")) mkdir(__DIR__ . "/../logs", 0775); \touch($this->_logfile); }