Changeset 664 in tmcsimulator for trunk/src/tmcsim/paramicslog


Ignore:
Timestamp:
09/14/2022 03:31:54 PM (4 years ago)
Author:
jdalbey
Message:

Multifile commit - revise source to match revisions to config filenames. Fix broken system tests. Fix defect #160.

Location:
trunk/src/tmcsim/paramicslog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/paramicslog/ParamicsLog.java

    r47 r664  
    5656        } 
    5757    } 
    58     private static final String CONFIG_FILE_NAME = "paramics_communicator_logging.properties"; 
     58    private static final String CONFIG_FILE_NAME = "logging_paramics_communicator.properties"; 
    5959    /** 
    6060     * Error logger. 
  • trunk/src/tmcsim/paramicslog/ParamicsLogFileHandler.java

    r47 r664  
    8888    public static ParamicsLogFileHandler getInstance() throws IOException 
    8989    { 
    90         System.setProperty("PARAMICS_LOG_PROPERTIES", "config/paramics_communicator_logging.properties"); 
     90        System.setProperty("PARAMICS_LOG_PROPERTIES", "config/logging_paramics_communicator.properties"); 
    9191        // Has an instance been created yet? 
    9292        if (instance == null) 
Note: See TracChangeset for help on using the changeset viewer.