未验证 提交 0e7a77ee 编写于 作者: H hustliyilin 提交者: GitHub

rune: Pass the actual log level to Enclave Runtime

Instead using the hard code "off".
Signed-off-by: NYilin Li <YiLin.Li@linux.alibaba.com>
上级 44f4f703
......@@ -137,7 +137,7 @@ func (pal *enclaveRuntimePal) Name() string {
func (pal *enclaveRuntimePal) Init(args string, logLevel string) error {
api := &enclaveRuntimePalApiV1{}
return api.init(pal.init, args, "off")
return api.init(pal.init, args, logLevel)
}
func (pal *enclaveRuntimePal) Attest() (err error) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册