田源
2024-07-03 a1f78d5809d624cd7e4cd3352d9ece858cad2090
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()){