# Standard output logs

> Standard output logs - View runtime logs from the custom model container for debugging.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-04-24T16:03:56.232181+00:00` (UTC).

## Primary page

- [Standard output logs](https://docs.datarobot.com/en/docs/agentic-ai/agentic-monitor/agent-runtime-logs.html): Full documentation for this topic (HTML).

## Related documentation

- [Agentic AI](https://docs.datarobot.com/en/docs/agentic-ai/index.html): Linked from this page.
- [Monitor](https://docs.datarobot.com/en/docs/agentic-ai/agentic-monitor/index.html): Linked from this page.

## Documentation content

# Standard output logs

When you deploy a custom model, it generates log reports unique to this type of deployment, allowing you to debug custom code and troubleshoot prediction request failures from within DataRobot. These logs are accessible on the Activity logs > Standard output tab. To view the logs for a deployed custom model:

- On theDeploymentstab, locate the deployment, click theActions menu(oron the deploymentOverview), and then clickView logs.
- In a deployment, click theActivity logtab, and then clickStandard output.

From this tab, you can troubleshoot failed prediction requests. The logs are captured from the Docker container running the deployed custom model and contain up to 1MB of data.

> [!NOTE] No logs available
> Standard output can only be retrieved when the custom model deployment is active; if the deployment is inactive, the Standard output tab and the action menu button are disabled for inactive deployments.
> 
> In addition, even when the Standard output tab is accessible, DataRobot only provides logs from the Docker container running the custom model; therefore, it's possible for specific event logs to be unavailable when a failure occurs outside the Docker container.

You can re-request logs by clicking Refresh. Use the Search bar to find specific references within the logs. Click Download Log to save a local copy of the logs.
