Skip to content
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

docs: note log tail is broken #9383

Merged
merged 2 commits into from
Nov 9, 2022

Conversation

SgtPooki
Copy link
Member

@SgtPooki SgtPooki commented Nov 2, 2022

I'm not sure what the proper fix @Jorropo or other maintainers had in mind was, but disabling ipfs log tail until #9245 is resolved is one path. Just opening this to push the short conversation @Jorropo and I had on slack forward.

@@ -34,7 +34,8 @@ system (not just for the daemon logs, but all commands):
Subcommands: map[string]*cmds.Command{
"level": logLevelCmd,
"ls": logLsCmd,
"tail": logTailCmd,
// FIXME: Re-enable `ipfs log tail` command. Tracked in https://github.com/ipfs/kubo/issues/9245
// "tail": logTailCmd,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

linting is failing because logTailCmd is defined and unused, we can remove the function, or leave it and just add messaging.. lmk

but keep the messaging with the link back to the broken issue
@lidel lidel changed the title chore: disable ipfs log tail docs: note log tail is broken Nov 9, 2022
@lidel lidel merged commit 4bebe2b into ipfs:master Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants