Skip to content

Commit e7cae0e

Browse files
committed
Describe view app logs in MCP guidance
1 parent 2e36857 commit e7cae0e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

experimental/apps-mcp/lib/prompts/target_apps.tmpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ This is battle-tested to catch common issues before deployment. Prefer using thi
2020
### View and Manage
2121
invoke_databricks_cli 'bundle summary'
2222

23+
### View App Logs
24+
To troubleshoot deployed apps, view their logs:
25+
invoke_databricks_cli 'workspace apps logs <app-name> --tail-lines 100'
26+
27+
Add --follow to stream logs continuously. Useful for debugging deployment failures or runtime issues.
28+
2329
### Local Development vs Deployed Apps
2430

2531
During development:

0 commit comments

Comments
 (0)