We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce9657 commit edb0090Copy full SHA for edb0090
1 file changed
src/SimpleSAML/Logger/FileLoggingHandler.php
@@ -73,7 +73,7 @@ public function __construct(Configuration $config)
73
$config->getOptionalString('logging.processname', 'SimpleSAMLphp')
74
);
75
76
- $file = new File($this->logFile);
+ $file = new File($this->logFile, false);
77
// Suppress E_WARNING if not exists
78
if (@$this->fileSystem->exists($this->logFile)) {
79
if (!$file->isWritable()) {
0 commit comments