engine exited {"error": "exit status 1"}
接这个issue: https://github.com/apernet/OpenGFW/issues/94 静态编译后, 按照readme配置和规则文件运行, 提示engine exited {"error": "exit status 1"}
root@router:/tmp# ./OpenGFW -c config.yaml rules.yaml 2024-03-12T12:39:04Z INFO engine started 2024-03-12T12:39:04Z DEBUG worker started {"id": 0} 2024-03-12T12:39:04Z DEBUG worker started {"id": 2} 2024-03-12T12:39:04Z DEBUG worker started {"id": 1} 2024-03-12T12:39:04Z DEBUG worker started {"id": 3} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 0} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 3} 2024-03-12T12:39:05Z INFO engine exited {"error": "exit status 1"} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 1} 2024-03-12T12:39:05Z DEBUG worker stopped {"id": 2}
有无其他参数可以打印更多消息?