Skip to content

Commit c1649ad

Browse files
committed
chore: mark log tail experimental
Ensuring people are aware the RPC API/CMD may change Context: #8765 (comment)
1 parent 74aff24 commit c1649ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/commands/log.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ subsystems of a running daemon.
105105
}
106106

107107
var logTailCmd = &cmds.Command{
108+
Status: cmds.Experimental,
108109
Helptext: cmds.HelpText{
109110
Tagline: "Read the event log.",
110111
ShortDescription: `

0 commit comments

Comments
 (0)