Viewing Build Logs
View build logs for your Globe deployments using the globe build-logs command or stream logs during deployment with the --logs flag.
Example
globe build-logs --deployment <DEPLOYMENT_ID>
You can find the deployment ID in the Globe dashboard (usually within the
deployment details page) or often in the output provided right after running
the globe deploy command.
globe deploy --logs
Stream build logs directly to your terminal during deployment using the --logs flag with globe deploy.
Related Topics
- Globe CLI Overview - Learn about all available CLI commands
- Deploying a Project - Deploy your application with build logs
- Logs - Monitor runtime logs in the dashboard
