View startup logs and running logs of a job
1 min read
On this page
When a job is running, you can view the startup logs, running logs, and exceptions of the job. This page describes how to view a job's startup logs, running logs, and exceptions.
Background Information
The following table describes the supported log levels in ascending order of urgency:
Prerequisites
The instance of a job is in the Running state.
Precautions
Logs are displayed by page. Each page can display up to 1 MB of logs and approximately 8,000 to 9,000 rows of logs. In most cases, you can locate an issue based on the logs that are displayed on the first page. If you cannot locate the issue based on the logs that are displayed on the first page, go to the next page.
View the Running Logs of a job
- On the Dashboard page, open the console for the workspace you want to manage.
- In the Console navigation pane, click Deployments.
- Click the name of the desired deployment.
- Click the Diagnostics tab.
- Display the Logs tab.
- View the logs of JobManager and TaskManagers.
- To view the logs of JobManager, click on the Job Manager tab >> the Logs tab.

- To view the logs of TaskManagers, click the value in the Path, ID column >> the Logs tab.


View the Startup Logs of a Job
- On the Dashboard page, open the console for the workspace you want to manage.
- In the Console navigation pane, click Deployments.
- Click the name of the desired deployment.
- Click the Diagnostics tab.
- Display the Startup Logs tab.

View JM Exceptions of a Job
- On the Dashboard page, open the console for the workspace you want to manage.
- In the Console navigation pane, click Deployments.
- Click the name of the desired deployment.
- Click the Diagnostics tab.
- Display the JM Exceptions tab, view the exception of the job.

Was this helpful?