manaakiwhenua / vector2dggs

DGGS indexer for vector data
https://pypi.org/project/vector2dggs/
GNU Lesser General Public License v3.0
6 stars 0 forks source link

logging.warn etc should be coloured #31

Closed alpha-beta-soup closed 4 weeks ago

alpha-beta-soup commented 1 month ago

https://github.com/manaakiwhenua/vector2dggs/blob/85533091932185c1a4336272619b5676d1e19dcd/vector2dggs/h3.py#L162

As a user, I want to know if I'm getting dropped features. It may indicate some upstream problem. We currently log this, but it would be better if it were red or orange.

image

Maybe something like this would be useful. It should work on both UNIX and Windows.

alpha-beta-soup commented 4 weeks ago

click-log alreayd has colours; but info defaults to the default text colour (now green) and log levels weren't always sensible (now revised).