frequenz-floss / frequenz-api-weather

gRPC+protobuf specification and Python bindings for the Frequenz Weather API
MIT License
0 stars 8 forks source link

Replace print statements with loggers #81

Open noah-kreutzer-frequenz opened 7 months ago

noah-kreutzer-frequenz commented 7 months ago

What's needed?

Right now some warnings are printed instead of being handled in a logger

Proposed solution

No response

Use cases

implement the warning in the loggerg

Alternatives and workarounds

No response

Additional context

No response

cwasicki commented 1 week ago

The print statements have been replaced by exceptions in this PR: https://github.com/frequenz-floss/frequenz-api-weather/pull/132.