New in February 2026 — See what's new
DazlDocs
Feature Reference

Logs

The Logs panel shows runtime output from your project's client and server, helping you identify and troubleshoot errors.

The Logs panel shows runtime output from your project's client and server, helping you identify and troubleshoot errors.

The Logs panel showing client and server log entries

Log Streams

The panel is split into two sections:

  • Client Logs – browser-side output (console messages, JavaScript errors)
  • Server Logs – server-side output (API requests, server errors, startup messages)

Each section has a Preserve log checkbox. When enabled, logs persist across page reloads instead of being cleared.

AI-Assisted Debugging

Each log entry has an "Ask AI to explain this" button. Click it to have the AI analyze the message and explain what's happening. If the message is an error, the AI can suggest a fix or attempt a resolution directly.

This is one of Dazl's contextual AI experiences — localized AI help that works within the panel, without needing to switch to the Chat panel or write a prompt.

  • Chat-Driven Editing – using the main chat for debugging
  • Keys – manage environment variables that may affect server behavior

On this page