-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tail subcommand doesn't give any warning of a typo #11
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/155537283 The labels on this github issue will be updated when the story is started. |
@thepeterstone this is not trivial to implement as the app names are unique in a space. Even if we try to the implement this, the name could be from another app. Therefore it is always better to use an app GUID instead of the app name ;) |
I think there probably is a quality-of-life improvement where we could at least print a warning if nothing matches the source ID / app name. e.g. "Warning: Provided source ID / app name does not match any source IDs in Log Cache or apps in this space." |
If I had the app
logspinner
, but did the command forcf log-cache tail logzpinner
, it would succeed. It looks like it assumes that I am looking for a bosh component and therefore doesn't complain.However, we could look at meta, and give a warning that the given source-id doesn't exist in log-cache.
The text was updated successfully, but these errors were encountered: