> For the complete documentation index, see [llms.txt](https://deplyr.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deplyr.gitbook.io/docs/use-realtime-app-logger.md).

# Use Realtime App Logger

## Purpose

As developers, we know that we have to have logs in order to debug our code. That's why we created the Realtime App Logger. It displays all console logs from your application, get this, in *realtime.*

## Usage Tips

* Add console logs wherever you're running into issues with your code
* By default, the action name, method, body, and query params are logged to the realtime logger, so you can pinpoint if the data from the frontend is in the right format or if it's the action code that needs to be fixed.

<figure><img src="/files/Izgk6juOdUAUIDWCC4Pr" alt=""><figcaption><p>Screenshot of the logger</p></figcaption></figure>
