https://linen.dev logo
Is there any way to view errors on a deployed proj...
# help
e
I tried deploying a discord bot with poise, but a couple commands don't work properly. They work completely fine when I test with
cargo shuttle run
so I'm not really sure what the issue is.
k
You can view logs for the latest deployment with
cargo shuttle logs
, or for a specific one by its id:
cargo shuttle logs <deployment-id>
. You can get the ID from
cargo shuttle deployment list
e
Completely missed that, thanks
k
No worries!