田源
2024-06-18 d0b2563e29ab723b68c70855375a37c76471eb26
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()){