diff --git a/core/commands/log.go b/core/commands/log.go index 96366d4c4..d2cb4a1a1 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. `, },