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:
- Go to Jobs screen (
j) - Select a job and navigate to its runs
- Select a run
- Press
lto open logs
Alternatively, from the Clusters screen, press l to open cluster logs in the browser.
Log View Keybindings
| Key | Action |
|---|---|
/ | Start search mode |
n | Jump to next search match |
N | Jump to previous search match |
f | Cycle log filter (ALL → ERROR → WARN+ → INFO+) |
g | Scroll to top of logs |
G | Scroll to bottom of logs |
b | Toggle bookmark on current line |
o | Open logs in Databricks UI |
Esc | Close search or close log viewer |
Log Filtering
Press f to cycle through log levels:
- ALL - Show all log entries
- ERROR - Show only errors
- WARN+ - Show warnings and errors
- INFO+ - Show info, warnings, and errors
Searching Logs
- Press
/to enter search mode - Type your search term
- Press
Enterto search - Use
nto jump to the next match - Use
Nto jump to the previous match - Press
Escto exit search mode
Browser Fallback
If log content isn't available directly, press o to open the logs in the Databricks web UI.