@cryptotaxi247 / kubo / commits / 6815293aa

chore: mark 'log tail' experimental (#8912)

Ensuring people are aware the RPC API/CMD may change Context: https://github.com/ipfs/go-ipfs/pull/8765#issuecomment-1109884874

Marcin Rataj committed Apr 28, 2022 at 15:57 UTC 6815293aacb30531a59e9f0b87f44d1cb631083b
1 file changed +1
core/commands/log.go
+1
@@ -105,6 +105,7 @@ subsystems of a running daemon.
105 }
106
107 var logTailCmd = &cmds.Command{
108 + Status: cmds.Experimental,
109 Helptext: cmds.HelpText{
110 Tagline: "Read the event log.",
111 ShortDescription: `