wangting
2025-01-02 10ed0520bf13a9fd93d6a8050fbce14652493ba3
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()){