Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kms: add support for fetching server logs #19

Merged
merged 2 commits into from
Jul 17, 2024
Merged

kms: add support for fetching server logs #19

merged 2 commits into from
Jul 17, 2024

Commits on Jul 15, 2024

  1. kms: add support for fetching server logs

    This commit adds support for fetching server logs
    via the `/v1/log` API.
    
    The log API returns a stream of log records. Each
    record is a protobuf (or JSON) encoded message
    containing the log leve, message, timestamp and
    other information about a log event.
    
    Clients can use a `LogRequest` to filter based on
    log level, message, IP address etc.
    
    Signed-off-by: Andreas Auernhammer <[email protected]>
    aead committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    80e0d04 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. review: improve client.Logs doc

    Signed-off-by: Andreas Auernhammer <[email protected]>
    aead committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0aae10c View commit details
    Browse the repository at this point in the history