wei.zhou

提交代码

...@@ -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());
......