# Logs

Logs provide a way to understand how your tests are working and also a way to see critical information for specific clients at different iterations. You can `console.log()` or `console.error()` in your tests and log critical information for the clients.

![](https://1549501356-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LhKFvCh4dnxgthNTIuu%2Fuploads%2FrxOPUisCnkMHWlrwSl1j%2FIFY_Results_Logs.png?alt=media\&token=76f1a5e1-163b-4cfa-9fbc-27c78629e35c)

You can easily find the logs for a particular device and see the logs at every iteration. Along with the user logs, system logs are for each iteration are also captured and displayed here.

{% hint style="info" %}
Double-tap any of the logs to pretty-print the logs for that iteration.&#x20;
{% endhint %}
