Index: trunk/src/python/unifiedlogger/logging_service.py
===================================================================
--- trunk/src/python/unifiedlogger/logging_service.py	(revision 550)
+++ trunk/src/python/unifiedlogger/logging_service.py	(revision 649)
@@ -1,3 +1,3 @@
-import cms_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser
+import cms_watcher, har_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser
 # Unified Logging Service
 # jdalbey 7/6/2019
@@ -34,5 +34,5 @@
     f.close()            
     # List of the available plugin modules 
-    plugins = ["cms_watcher","cad_watcher","activitylog_watcher"]
+    plugins = ["cms_watcher","har_watcher","cad_watcher","activitylog_watcher"]
     #FOR each plugin LOOP
     for plugin in plugins:
