docs: note log tail is broken (#9383)

This commit is contained in:
Russell Dempsey 2022-11-09 23:20:53 +00:00 committed by GitHub
parent a210abd743
commit 4bebe2b667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,8 @@ var logTailCmd = &cmds.Command{
Tagline: "Read the event log.",
ShortDescription: `
Outputs event log messages (not other log messages) as they are generated.
Currently broken. Follow https://github.com/ipfs/kubo/issues/9245 for updates.
`,
},