fix: 增加详情错误信息

This commit is contained in:
张松 2024-12-27 09:48:53 +08:00
parent 5c95fc57ad
commit bce2fac418
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class ApiAccessLimitUtil {
}
return supplier.get();
} catch (RuntimeException e){
log.info("执行出错:{}", e.getMessage());
log.error("执行出错", e);
throw e;
} catch (InterruptedException e) {
throw new RuntimeException(e);