# Log

> Log - How to display the model log, which shows the status of successful operations with green INFO
> tags and errors marked with red ERROR tags.

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.753418+00:00` (UTC).

## Primary page

- [Log](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/experiment-insights/log.html): Full documentation for this topic (HTML).

## Related documentation

- [NextGen UI documentation](https://docs.datarobot.com/en/docs/workbench/index.html): Linked from this page.
- [Workbench](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/index.html): Linked from this page.
- [Predictive experiments](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/index.html): Linked from this page.
- [Evaluate models](https://docs.datarobot.com/en/docs/workbench/nxt-workbench/experiments/experiment-insights/index.html): Linked from this page.
- [note](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/other/analyze-insights.html#text-based-insights): Linked from this page.

## Documentation content

# Log

| Tab | Description |
| --- | --- |
| Details | Displays the status of successful (green INFO tags) and errored (red ERROR tags) individual tasks that make up a modeling job. |

To display the model log, click a model on the Leaderboard list, then click Log.

> [!NOTE] Note
> If you receive text-based insight model errors, see this [note](https://docs.datarobot.com/en/docs/classic-ui/modeling/analyze-models/other/analyze-insights.html#text-based-insights) for a description of how DataRobot handles single-character "words."

The following example shows a simple (and fast) blueprint consisting of two tasks being trained—Missing Values Imputation and Decision Tree:

The first part of the log shows the initial training:

```
[07-28-2023 10:34:01] 'Missing Values Imputed': fitting and executing.
[07-28-2023 10:34:01] 'Missing Values Imputed': completed fitting and executing.
[07-28-2023 10:34:01] 'Decision Tree Regressor': fitting.
[07-28-2023 10:34:02] 'Decision Tree Regressor': completed fitting.
```

The second part shows the calculation of validation metrics and insights:

```
[07-28-2023 10:34:02] 'Missing Values Imputed': executing.
[07-28-2023 10:34:02] 'Missing Values Imputed': completed executing.
[07-28-2023 10:34:02] 'Decision Tree Regressor': executing.
[07-28-2023 10:34:02] 'Decision Tree Regressor': completed executing.
```

In the image above, you can see that the last two tasks were executed for holdout as well.
