This repository was archived by the owner on Mar 8, 2025. It is now read-only.
  
  
  
  
  
Description
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.