Index: trunk/src/python/unifiedlogger/logging_service.py
===================================================================
--- trunk/src/python/unifiedlogger/logging_service.py	(revision 454)
+++ trunk/src/python/unifiedlogger/logging_service.py	(revision 461)
@@ -1,3 +1,3 @@
-import cms_watcher, cad_watcher, time, json, ConfigParser
+import cms_watcher, cad_watcher, activitylog_watcher, time, json, ConfigParser
 # Unified Logging Service
 # jdalbey 7/6/2019
@@ -29,8 +29,8 @@
     f.close()            
     # List of the available plugin modules 
-    plugins = ["cms_watcher","cad_watcher"]
+    plugins = ["cms_watcher","cad_watcher","activitylog_watcher"]
     #FOR each plugin LOOP
     for plugin in plugins:
-        # dynamically load the setup function for this plugin
+        # dynamically load the setup function for this plugin        
         plugmodule = globals()[plugin]
         setupfunc = getattr(plugmodule, 'setup')
