Inspect logs while working on a custom node

Is there a way to inspect logs made my _gumloop_debug_logger.debug("Signed URL: %s", signed_url)calls while developing a custom node ? Either when it fails or when it succeeds ?

Hey @midm55, yes – you can view those logs.

When building a custom node, you can ask Gummie to include debug logging. It will capture the _gumloop_debug_logger.debug() output and include it in the outputs after the node executes, whether it succeeds or fails.

If you already have a custom node, you can edit it and tell Gummie to add debug logging.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.