Sonarqube sonar scanner cli中的替换--error选项是什么?

Sonarqube sonar scanner cli中的替换--error选项是什么?,sonarqube,command-line-interface,options,sonarqube-scan,Sonarqube,Command Line Interface,Options,Sonarqube Scan,该选项不再受支持,有人知道从声纳扫描仪命令行界面显示标准输出错误的新方法吗 $ sonar-scanner -e -X -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN INFO: Option -e/--errors is no longer supported and will be ignored 似乎不需要更换。引述: “-e”选项无效,必须删除(可能因向后兼容性而不推荐使用) 必须始终记录异常消息 如

该选项不再受支持,有人知道从声纳扫描仪命令行界面显示标准输出错误的新方法吗

$ sonar-scanner -e -X -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN
INFO: Option -e/--errors is no longer supported and will be ignored

似乎不需要更换。引述:

  • “-e”选项无效,必须删除(可能因向后兼容性而不推荐使用)
  • 必须始终记录异常消息
  • 如果非MessageException或sonar.verbose为true,则记录异常stacktrace