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

Finish switching from log to slog for telemetry client #37

Merged
merged 1 commit into from
Jul 22, 2024

Commits on Jul 22, 2024

  1. Finish switching from log to slog for telemetry client

    Also converts log.Fatal() calls to slog.Error() followed by return
    in many cases, especially those within the internal packages of the
    telemetry client library.
    
    Added missing checks for errors when decompressing data for item
    rows.
    
    Defined named return values for some of the datastore methods to
    simplify error handling and return statements.
    
    Minor other code cleanups.
    
    Closes: #15
    rtamalin committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e966cc0 View commit details
    Browse the repository at this point in the history