webman/log is locked to version v2.1.3 and an update of this package was not requested.
webman/log v2.1.3 requires workerman/webman-framework ^2.1 -> found workerman/webman-framework[v2.1.0, v2.1.1, v2.1.2] but it conflicts with your root composer.json require (dev-master).
要么让monlog兼容swoole,要么让webman每个协程实例化一个Logger
每个协程创建一个logger实例性能消耗会很大,这问题应该设置下
$logger->useLoggingLoopDetection(false)
即可试下开发版本
webman/log锁版本了
Problem 1
手动更新下
https://github.com/walkor/webman-framework/blob/master/src/support/Log.php
vendor/workerman/webman-framework/src/support/Log.php
手动更新没问题的