google / weather-tools

Tools to make weather data accessible and useful.

Home Page:https://weather-tools.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide capability to configure log-level using CLI-input for all weather-tools

mahrsee1997 opened this issue · comments

While running weather-tools, users may optionally provide “--log-level” flag to control the tool's logging level.

Possible values for this flag will be: ERROR, WARN, INFO, DEBUG
Any other value will be rejected.

The user-provided log-level will override the tool's default logging-level.