docs: note log tail is broken (#9383)
Russell Dempsey committed
Nov 9, 2022 at 23:20 UTC
4bebe2b66768123f187b49db47cafee87f86fb42
1 file changed
+2
core/commands/log.go
+2
@@ -110,6 +110,8 @@ var logTailCmd = &cmds.Command{
110
Tagline: "Read the event log.",
111
ShortDescription: `
112
Outputs event log messages (not other log messages) as they are generated.
113
+
114
+Currently broken. Follow https://github.com/ipfs/kubo/issues/9245 for updates.
115
`,
116
},
117