Logs
In this guide, you will learn about the logs that you can find at the Back4App dashboard.
- Understand the logs:
- System
- Info
- Error
- Access
There are no pre-requisites to read this page.
Searching for logs? You’re in the right place :)
Logs are essential for development or production apps, it is an important way to understand what is happening with an aggregate output of the running processes. You must be able to track the app’s behaviors.
Application event logging is critical for understanding the requests and identifying possible loops or bugs in your code.
You can check them at the left menu, on Cloud Code > Logs. It looks like the image below:
The System Log shows the logs of console.log() and console.error() and all general logs of everything that happens with your app.
Here will appear the warnings about Cloud Code functions and triggers, as well as Live Query status.
Errors related to your Cloud Code functions or the database.
This block contains information about the requests that are coming into the server. The information is essential to understand where the data is being accessed from, as well as how it’s being accessed, by whom, and the status of requests.
Here you can find some examples of Back4App Logs: