Force read/write on group level for the log file.

This commit is contained in:
Darko
2015-02-25 11:51:23 +01:00
parent 64e4bbb0c5
commit 715311c936
+1
View File
@@ -535,6 +535,7 @@ class Logger
) {
throw new LoggerException('Unable to create new log file ' . $this->logPath);
}
chmod($this->logPath, 0664);
}
}