# Managing Logs in Orchestrator

> The **Logs** page displays the logs for all processes and jobs in your folder.

## Viewing Logs

The **Logs** page displays the logs for all processes and jobs in your folder.

You can use filters to narrow down the log list by various criteria, or you can use the search field to look for specific logs by name.

:::note
By default the **Logs** pages only display events from the previous day. You must manually change the **Time** filter to see earlier events.
:::

You can access the logs for a specific job or process either from the **Logs** page, or from the **Jobs** page.

### Searching for logs by name

You can use the search field to look for specific logs by their name.

#### One-word search

Entering one word in the search field displays only logs whose name includes that particular word. For example, if you search for "file", you are returned all logs called "file", as well as all logs which include the word "file" in their name.

#### Multiple-word search

By default, the search field applies an `OR` operator when multiple words are used. As such, if you enter "sent file", you are returned logs called "sent file", as well as all logs containing the term "sent" or "file" in their name.

To display only logs whose name exactly matches the words entered in the search field, you need to add the `AND` operator between them. For example, if you only want to see logs named "sent file", you would enter "sent AND file".

:::note
If the log name contains a `-` symbol, you must replace it with `AND` when you perform a search.
:::

### Job specific Logs

From the **Jobs** page, for an indicated job:

1. Select the corresponding **More Actions** button.
2. Select **View Logs**, to display the list of all logs for the selected job.

From the **Logs** page, for an indicated job:

1. Select the corresponding **More Actions** button.
2. Select **View all logs for this job**, to display the list of all logs for the same job.

### Process Specific Logs

From the **Jobs** page, for an indicated job:

1. Select the corresponding **More Actions** button.
2. Select **View all logs for this process**, to displays the list of all logs for the parent process, across all executed jobs.

From the **Logs** page, for an indicated job:

1. Select the corresponding **More Actions** button.
2. Select **View all logs for this process**, to displays the list of all logs for the parent process, across all executed jobs.

Figure 1. Accessing logs from the Jobs page

![Accessing logs from the Jobs page](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-accessing-logs-from-the-jobs-page-234933-bd3251fe-42c8bf76.webp)

Figure 2. Accessing logs from the Logs page

![Accessing logs from the Logs page](https://dev-assets.cms.uipath.com/assets/images/orchestrator/orchestrator-accessing-logs-from-the-logs-page-234946-884bcd59-4957f94c.webp)

## Exporting Logs

Regardless from where you open the **Logs** page, you can export the data to a.csv file, by clicking the **Export** button.
