Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -42,7 +42,7 @@ public class IClearApiSystemInit implements InitializingBean, ApplicationContext | ... | @@ -42,7 +42,7 @@ public class IClearApiSystemInit implements InitializingBean, ApplicationContext |
| 42 | iClearApiSystemService.refreshAppInfoCache(); | 42 | iClearApiSystemService.refreshAppInfoCache(); |
| 43 | log.info("init initSystemCache end>>>>>>>>>"); | 43 | log.info("init initSystemCache end>>>>>>>>>"); |
| 44 | sw.stop(); | 44 | sw.stop(); |
| 45 | - System.out.println(sw.prettyPrint()); | 45 | + log.info(sw.prettyPrint()); |
| 46 | 46 | ||
| 47 | }catch (Exception e){ | 47 | }catch (Exception e){ |
| 48 | log.error("init afterPropertiesSet error:" + e.getMessage()); | 48 | log.error("init afterPropertiesSet error:" + e.getMessage()); | ... | ... |
-
Please register or login to post a comment