benchmark的日志配置可以通过benchmark的config.json文件查看。config.json的默认路径为mindiebenchmark/config/config.json或通过benchmark的命令行“--ConfigPath”选项设置。
【示例】日志配置文件
{ "INSTANCE_PATH": "./instance", "LOG_PATH": "./instance", "LOG_LEVEL": "DEBUG", "CA_CERT": "/path/to/cacert.pem", "KEY_FILE": "/path/to/client.pem.key", "CERT_FILE": "/path/to/client.pem", "CRL_FILE": "/path/to/crl.pem", "ENABLE_MANAGEMENT": false, "MAX_LINK_NUM": 1000 }