# Logs

Exivity offers the possibility to get insight into the log files of different components. This feature enables the users to identify any potential errors on their own, making the overall troubleshooting process smoother. \
\
To access the logs, navigate to the **Administration** > **Logviewer** menu:

![The Logviewer menu](https://1141395848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPRZvuYYNyI3vz1mar1l4%2Fuploads%2FqY9SnNcyYXQc0I0CoQuW%2Flogviewer-menu.png?alt=media\&token=f9eb6036-5fc1-49fb-aec3-827dd643817a)

There you will find logs for different components, like [Extractors](https://olddocs.exivity.io/data-pipelines/extract), [Transformers](https://olddocs.exivity.io/data-pipelines/transform#overview), [Budgets](https://olddocs.exivity.io/reports/budget), [Reports ](https://olddocs.exivity.io/reports)and [Notifications](https://olddocs.exivity.io/administration/notifications). Moreover, you have access to the logs of [internal software components](https://olddocs.exivity.io/advanced/digging-deeper/config-json), like **Scheduler**  (`chronos.log`), **Node manager** (`merlin.log`), **Job Manager** (`griffon.log`):

![List of components in the Logviewer](https://1141395848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPRZvuYYNyI3vz1mar1l4%2Fuploads%2F7xsgYLicYHw7WRjl31D3%2Flog%20viewer.png?alt=media\&token=c9415ab6-7bfe-4129-a5ff-e48f06b9f832)

For example, in the event that one of your Transformers fails, you can select it from the list and look at the most recent logs (which are always on the top lines). Another useful way to look into the logs is by sorting them by *Severity*:

![Logs example for a Transformer](https://1141395848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPRZvuYYNyI3vz1mar1l4%2Fuploads%2FEH9ruwDYfXNVZDG9dWwW%2Flogs-transformer-error.png?alt=media\&token=3a245c4b-e2ef-46ef-821b-8dba4e973846)

In the image above, we can observe there is a logline labeled with **Error**, indicating that the date format was incorrect.
