meggsimum / geoserver-node-client

Node.js client for GeoServer REST API
BSD 2-Clause "Simplified" License
50 stars 16 forks source link

Logging Library #75

Closed JakobMiksch closed 2 years ago

JakobMiksch commented 2 years ago

Consider using a logging library like pino. This could help to visually emphasize logs from different types like INFO, DEBUG or ERROR.

JakobMiksch commented 2 years ago

actually not really needed, because logging should not be done in the application calling geoserver-node-client