Skip to content

Commit a7b179b

Browse files
author
Joel Collins
committed
More useful debug output
1 parent 19984ee commit a7b179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labthings/server/labthing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def add_view(self, resource, *urls, endpoint=None, **kwargs):
235235
"""
236236
endpoint = endpoint or resource.__name__.lower()
237237

238-
logging.debug(f"{endpoint}: {type(resource)}")
238+
logging.debug(f"{endpoint}: {type(resource)} @ {urls}")
239239

240240
if self.app is not None:
241241
self._register_view(self.app, resource, *urls, endpoint=endpoint, **kwargs)

0 commit comments

Comments
 (0)