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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.