Skip to content

Commit

Permalink
chore: mark log tail experimental
Browse files Browse the repository at this point in the history
Ensuring people are aware the RPC API/CMD may change
Context: #8765 (comment)
  • Loading branch information
lidel committed Apr 28, 2022
1 parent 74aff24 commit c1649ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ subsystems of a running daemon.
}

var logTailCmd = &cmds.Command{
Status: cmds.Experimental,
Helptext: cmds.HelpText{
Tagline: "Read the event log.",
ShortDescription: `
Expand Down

0 comments on commit c1649ad

Please sign in to comment.