소스 검색

fixed log file path

develop
Robin Thoni 9 년 전
부모
커밋
0e298d28ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/Utils/Controller/LuticateApplication.php

+ 1
- 1
src/Utils/Controller/LuticateApplication.php 파일 보기

39
         $this->_config = $configuration;
39
         $this->_config = $configuration;
40
         $this->_clients = new \SplObjectStorage;
40
         $this->_clients = new \SplObjectStorage;
41
         $this->_router = new LuRoute();
41
         $this->_router = new LuRoute();
42
-        LuLog::setLogFilePath($this->_config["logs"]);
42
+        LuLog::setLogFilePath(__DIR__ . "/../../../../../../". $this->_config["logs"]);
43
         self::$_app = $this;
43
         self::$_app = $this;
44
     }
44
     }
45
 
45
 

Loading…
취소
저장