Logs
DockHosting has two kinds of project logs.
Live Build
Live Build shows output from the current or most recent deploy. Use it for:
- install failures
- build command errors
- Dockerfile errors
- missing build-time environment variables
App Logs
App Logs show output from the running container. Use them for:
- runtime crashes
- framework errors
- request logs
- background worker output
CLI
dock logs my-app
dock logs my-app --follow--follow streams new app logs live.