Previously, every call to `SumoClient.getLogger` would add a `LogHandler` for output to Sumo, which caused duplicate entries in the Sumo message log. This version ensures that only a single LogHandler is added.
1.0.11
Fixes a crash when running on radix with a read-only `/home`
1.0.10
- More efficient use of `httpx`. - Add `--silent` option to `sumo_login`. - Re-use `httpx.client` instances. - Add `timeout` parameter to `SumoClient` constructor. - Enable `with` syntax for `SumoClient`.
1.0.9
What's Changed In short: - documentation and ReadTheDocs updates - improved login functionality/messages and fallback to device-code login