@@ -86,8 +86,8 @@ |
||
86 | 86 | $this->checkLogDir(); |
87 | 87 | |
88 | 88 | $logFilePath = $this->path . |
89 | - $this->config->get('handlers.file.prefix') |
|
90 | - . date('Y-m-d') . '.log'; |
|
89 | + $this->config->get('handlers.file.prefix') |
|
90 | + . date('Y-m-d') . '.log'; |
|
91 | 91 | |
92 | 92 | try { |
93 | 93 | $handler = fopen($logFilePath, 'a+'); |