- Timestamp:
- 09/02/2022 06:25:34 PM (4 years ago)
- Location:
- trunk/src/python/unifiedlogger
- Files:
-
- 1 added
- 1 edited
-
har_watcher.py (added)
-
logging_service.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/python/unifiedlogger/logging_service.py
r550 r649 1 import cms_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser1 import cms_watcher, har_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser 2 2 # Unified Logging Service 3 3 # jdalbey 7/6/2019 … … 34 34 f.close() 35 35 # List of the available plugin modules 36 plugins = ["cms_watcher"," cad_watcher","activitylog_watcher"]36 plugins = ["cms_watcher","har_watcher","cad_watcher","activitylog_watcher"] 37 37 #FOR each plugin LOOP 38 38 for plugin in plugins:
Note: See TracChangeset
for help on using the changeset viewer.
