Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Cleanup Logger messages #92

@jjcarstens

Description

@jjcarstens

Right now we're spewing Logger messages multiple times all over the place which leads to basically the same log messages over and over cluttering the logs. And each message is basically the same, but just different enough that it can cause some confusion troubleshooting what might be going on.

We also send pretty much every error to a Client and the Client.Default logs with a "Firmware stream error: #{error}" but not every error is fully related to the firmware stream.

It would be nice to clean this up a little bit and make greping through logs a little easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions