We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405e613 commit b94cd56Copy full SHA for b94cd56
1 file changed
jumpgate/api.py
@@ -122,7 +122,9 @@ def load_endpoints(self):
122
123
# Import the dispatcher for the service
124
mount = self.config.get(service,'mount')
125
+ LOG.info('mount: %s', mount)
126
disp = dispatcher.Dispatcher(mount=mount)
127
+ LOG.info('disp: %s', disp)
128
service_module.add_endpoints(disp)
129
self.add_dispatcher(service, disp)
130
self.installed_modules[service] = True
0 commit comments