Changeset 645 in tmcsimulator for trunk/src/python/unifiedlogger/__main__.py


Ignore:
Timestamp:
09/01/2022 01:12:20 PM (4 years ago)
Author:
jdalbey
Message:

activitylog_watcher.py updated to read log filenames from config file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python/unifiedlogger/__main__.py

    r452 r645  
    55    config = ConfigParser.ConfigParser() 
    66    try: 
    7         config.read('config/application_properties.cf') 
     7        config.read('config/application_properties.cfg') 
    88        revNum = config.get('Versions', 'revision_number') 
    99    except:  # If config file not found, use a question mark placeholder  
Note: See TracChangeset for help on using the changeset viewer.