fix: 增加详情错误信息
This commit is contained in:
parent
5c95fc57ad
commit
bce2fac418
|
|
@ -144,7 +144,7 @@ public class ApiAccessLimitUtil {
|
||||||
}
|
}
|
||||||
return supplier.get();
|
return supplier.get();
|
||||||
} catch (RuntimeException e){
|
} catch (RuntimeException e){
|
||||||
log.info("执行出错:{}", e.getMessage());
|
log.error("执行出错", e);
|
||||||
throw e;
|
throw e;
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue