From 4bebe2b66768123f187b49db47cafee87f86fb42 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 9 Nov 2022 23:20:53 +0000 Subject: [PATCH] docs: note log tail is broken (#9383) --- core/commands/log.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/commands/log.go b/core/commands/log.go index 96366d4c4ee..d2cb4a1a168 100644 --- a/core/commands/log.go +++ b/core/commands/log.go @@ -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. `, },