What server logs show
Server logs capture everything that happens on your app’s backend:- Server startup messages
- Activity from your database
- Errors and warnings from the backend
- Package installation output
- Backend operations as they happen
When server logs help
Server logs are useful when: The page is blank or stuck loadingServer logs show if the backend crashed or failed to start. Data isn’t appearing
Server logs reveal database errors or issues fetching information. Forms aren’t submitting
Server logs show where the request failed on the backend. The agent is debugging for you
When the agent investigates an issue, it checks server logs to understand what’s happening behind the scenes. Logs give the agent context to find and fix problems faster.
How to enable server logs
By default, server logs are hidden to keep the interface simple. Turn them on when you need to debug.- Click the Settings icon in the sidebar
- Go to the Appearance tab
- Toggle “Enable Logs” on
Using the logs panel
Expand or collapse the panelClick the chevron button on the left side of the panel to show or hide logs. Switch between log types
Click the “Server Logs” tab to see backend output, or “Browser Logs” to see frontend output. Read the logs
Logs appear in chronological order with timestamps. The panel scrolls automatically as new logs arrive. Scroll up to pause auto-scroll and read older logs.
Understanding log messages
Server logs use colors to indicate the type of message:| Color | What it means |
|---|---|
| Gray or white | Normal output—everything is working |
| Yellow | Warning—something might be wrong |
| Red | Error—something failed |
| Blue | Information message |