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.
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.
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.