Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -30,7 +30,7 @@ public class IClearApiLogService { | ... | @@ -30,7 +30,7 @@ public class IClearApiLogService { |
| 30 | try{ | 30 | try{ |
| 31 | return iClearApiLogRepository.save(iClearApiLog); | 31 | return iClearApiLogRepository.save(iClearApiLog); |
| 32 | }catch (Exception e){ | 32 | }catch (Exception e){ |
| 33 | - log.error("saveIClearApiLog() error:"+ e.getMessage()); | 33 | + log.error(e.getMessage(),e); |
| 34 | } | 34 | } |
| 35 | return null; | 35 | return null; |
| 36 | } | 36 | } | ... | ... |
-
Please register or login to post a comment