Skip to content

Commit b94cd56

Browse files
committed
dddd
1 parent 405e613 commit b94cd56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

jumpgate/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ def load_endpoints(self):
122122

123123
# Import the dispatcher for the service
124124
mount = self.config.get(service,'mount')
125+
LOG.info('mount: %s', mount)
125126
disp = dispatcher.Dispatcher(mount=mount)
127+
LOG.info('disp: %s', disp)
126128
service_module.add_endpoints(disp)
127129
self.add_dispatcher(service, disp)
128130
self.installed_modules[service] = True

0 commit comments

Comments
 (0)