16 Replies
Project ID:
N/A
N/A
I'm not sure if that exact feature exists, but you can get the deployment ID and pass that to the
--deployment
option.Try
--deployment=b048db7
Make sure you're grabbing the deployment ID, not the commit or project ID, also
deployment
is a boolean value, and irrelevant for this.
railway logs
should show the logs for the linked service, but it currently doesn't, i will report this
@jr - railway logs
not showing correct logs for linked serviceCan you please share a link to the service you are trying to get logs for
lol me or them?
them
Sorry I should have been more clear
no worries, I can reproduce this too if that's helpful?
well they're using the cli wrong, but for what I tagged you for is the real issue
oh yeah, what are the steps
I have a project with two services, so I run
railway link
, railway service
, and then railway logs
, and the logs it prints are from the other service not the service I chose in railway service
want the project id?ah no that is okay. Seems to be a core issue with the CLI. Created an issue on that repo https://github.com/railwayapp/cli/issues/436
Will try to get to it this week
Thanks for the ping though 😄
perfect, thank you!