Ignore:
Timestamp:
07/23/2019 12:41:23 PM (7 years ago)
Author:
jdalbey
Message:

add activitylog_watcher to Unified Logging Service.

File:
1 edited

Legend:

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

    r454 r461  
    1 import cms_watcher, cad_watcher, time, json, ConfigParser 
     1import cms_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser 
    22# Unified Logging Service 
    33# jdalbey 7/6/2019 
     
    2929    f.close()             
    3030    # List of the available plugin modules  
    31     plugins = ["cms_watcher","cad_watcher"] 
     31    plugins = ["cms_watcher","cad_watcher","activitylog_watcher"] 
    3232    #FOR each plugin LOOP 
    3333    for plugin in plugins: 
    34         # dynamically load the setup function for this plugin 
     34        # dynamically load the setup function for this plugin         
    3535        plugmodule = globals()[plugin] 
    3636        setupfunc = getattr(plugmodule, 'setup') 
Note: See TracChangeset for help on using the changeset viewer.