unicode-org / conformance

Unicode & CLDR Data Driven Testing
https://unicode-org.github.io/conformance/
Other
5 stars 12 forks source link

Use a JS logging library #338

Open echeran opened 2 weeks ago

echeran commented 2 weeks ago

In our Node JS code, we have manually crafted logging logic that would be simpler & easier to handle if we use a proper logging library, like we do in Python.