feat(net-tool): 将日志打印级别从http修改为silly
All checks were successful
/ release (push) Successful in 23s

This commit is contained in:
zhaoyingbo 2024-11-26 11:30:37 +00:00
parent 614859bf45
commit a686b903be

View File

@ -117,7 +117,7 @@ class NetToolBase {
requestTime,
responseTime: new Date().getTime(),
}
this.logger.http(JSON.stringify(responseLog, null, 2))
this.logger.silly(JSON.stringify(responseLog, null, 2))
return responseLog
}