developmentseed / developmentseed/label-maker
Use logging or drop log option
Open
- Dominant language
- Python
- Stars
- 472
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
It appears that although a `--log` option is available for commands, it is moot, as `logging` is not used, but rather all messages appear to be written via the `print` function.
Either using `logging` or drop the `--log` option.
Contributor guide
Assessment
This issue has not been assessed yet.