@@ -39,7 +39,7 @@ class LuticateApplication implements MessageComponentInterface
$this->_config = $configuration;
$this->_clients = new \SplObjectStorage;
$this->_router = new LuRoute();
- LuLog::setLogFilePath($this->_config["logs"]);
+ LuLog::setLogFilePath(__DIR__ . "/../../../../../../". $this->_config["logs"]);
self::$_app = $this;
}