diff --git a/gulliver/system/class.logger.php b/gulliver/system/class.logger.php index 080c62b93..bd8fa7138 100644 --- a/gulliver/system/class.logger.php +++ b/gulliver/system/class.logger.php @@ -40,7 +40,7 @@ class Logger $this->fileExtension = '.log'; } $this->fileSeparatorVersion = "_"; - $this->path = $pathData . "log" . $pathSep; + $this->path = $pathData . "logs" . $pathSep; $this->fullName = $this->fileName . $this->fileExtension; $this->filePath = $this->path . $this->fullName; @@ -108,4 +108,3 @@ class Logger fclose($file); } } -