xiejun
2024-09-04 ac3f3629a261770f573f27e5e23f7ec19d096c2a
Source/Common/PLTCommon/src/com/vci/common/log/ServerWithLog4j.java
@@ -34,6 +34,9 @@
   static {
      try {
         File file =  new File(log4j_properties_dev);
         System.out.println("=====log4j_properties_dev = " + file.getAbsolutePath());
         String loadFrom = "";
         
         if(file.exists()){