TREEcg / extract-cbd-shape

Get all RDF triples/quads related to an entity based on CBD and a SHACL shape
https://treecg.github.io/extract-cbd-shape/
MIT License
8 stars 2 forks source link

Better logging #18

Closed pietercolpaert closed 2 months ago

pietercolpaert commented 4 months ago

At this moment a lot of noise is created on stderror: make sure logging follows better code standards. Suggestions welcome

kkostov commented 4 months ago

Perhaps something like https://github.com/winstonjs or https://getpino.io?

It will be nice if a consuming library can choose not only the debug level, but also the specific logging backend (so potentially we don't have to bundle a logger inside of the library).