LazyDatabricks
Guide

Logs

View logs from Databricks job runs

LazyDatabricks provides a log viewer for job runs with search and filtering capabilities.

Accessing Logs

Logs require a run context. To view logs:

  1. Go to Jobs screen (j)
  2. Select a job and navigate to its runs
  3. Select a run
  4. Press l to open logs

Alternatively, from the Clusters screen, press l to open cluster logs in the browser.

Log View Keybindings

KeyAction
/Start search mode
nJump to next search match
NJump to previous search match
fCycle log filter (ALL → ERROR → WARN+ → INFO+)
gScroll to top of logs
GScroll to bottom of logs
bToggle bookmark on current line
oOpen logs in Databricks UI
EscClose search or close log viewer

Log Filtering

Press f to cycle through log levels:

  1. ALL - Show all log entries
  2. ERROR - Show only errors
  3. WARN+ - Show warnings and errors
  4. INFO+ - Show info, warnings, and errors

Searching Logs

  1. Press / to enter search mode
  2. Type your search term
  3. Press Enter to search
  4. Use n to jump to the next match
  5. Use N to jump to the previous match
  6. Press Esc to exit search mode

Browser Fallback

If log content isn't available directly, press o to open the logs in the Databricks web UI.

On this page