TarsPHP / tars-server

11 stars 12 forks source link

Warning: unsupported option [log_path] #21

Closed lanlin closed 2 years ago

lanlin commented 3 years ago

tars-server: 0.7.0

swoole version: 4.6.7

Warning: unsupported option [log_path] in @swoole-src/library/core/Server/Helper.php on line 165
--
  | #0 Swoole\Server\Helper::checkOptions()
  | #1 Swoole\Server\Port->set()
  | #2 Swoole\Server->set() called at [/home/tars/tarsnode-data/Test.TestX/bin/src/vendor/phptars/tars-server/src/core/Server.php:254]
  | #3 Tars\core\Server->start() called at [/home/tars/tarsnode-data/Test.TestX/bin/src/vendor/phptars/tars-server/src/cmd/Start.php:84]
  | #4 Tars\cmd\Start->execute() called at [/home/tars/tarsnode-data/Test.TestX/bin/src/vendor/phptars/tars-server/src/cmd/Command.php:33]
  | #5 Tars\cmd\Command->run() called at [/home/tars/tarsnode-data/Test.TestX/bin/src/index.php:33]

看了下 swoole server 的设置里面没有 log_path 的配置项 https://www.swoole.co.uk/docs/modules/swoole-server/configuration