assess-admin/src/test/java/com/gkhy/admin/RegionTest.java @@ -105,8 +105,14 @@ } } } @Test public void testLog(){ try { int i = 1 / 0; }catch (Exception e){ log.error("error=",e); } } }