Skip to content

Commit

Permalink
review: improve client.Logs doc
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead committed Jul 17, 2024
1 parent 80e0d04 commit 0aae10c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kms/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -731,6 +731,9 @@ func (c *Client) ReadDB(ctx context.Context) (*ReadDBResponse, error) {
// For example, only records with a certain log level or
// records that contain a specific log message.
//
// It's the caller's responsibility to close a LogResponse to
// release associated resources.
//
// It requires SysAdmin privileges.
//
// The returned error is of type *HostError.
Expand Down

0 comments on commit 0aae10c

Please sign in to comment.