docs/hosting/logs.md
import reflex as rx
To view the app logs follow the arrow in the image below and press on the Logs dropdown.
rx.image(
src="https://web.reflex-assets.dev/other/view_logs.webp", padding_bottom="20px"
)
# CLI Command to view logs
`reflex cloud apps logs [OPTIONS] [APP_ID]`
To view the deployment history follow the arrow in the image below and press on the Deployments.
rx.image(src="https://web.reflex-assets.dev/other/view_deployment_logs.webp")
This brings you to the page below where you can see the deployment history of your app. Click on deployment you wish to explore further.
rx.image(
src="https://web.reflex-assets.dev/other/view_deployment_logs_2.webp",
padding_bottom="20px",
)
# CLI Command to view deployment history
`reflex cloud apps history [OPTIONS] [APP_ID]`
This brings you to the page below where you can view the deployment logs of your app by clicking the Build logs dropdown.
rx.image(src="https://web.reflex-assets.dev/other/view_deployment_logs_3.webp")