Can I view the logging output by preview / debugger in Foundry?

Viewed 25

Using Foundry authoring, is it possible to see the logs output by my code when using the Preview or Debugger? In particular logs output by log4j or Python logger.

1 Answers

Logger utilities do not output into the preview agent. You can technically output to the debugger, but it does require to understand what handler is used there.

Related