ome / omero-ms-zarr

Experimental micro-service for implementing the Zarr spec over HTTP
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
17 stars 12 forks source link

add logging statements to microservice #36

Open mtbc opened 4 years ago

mtbc commented 4 years ago

The Configuration class uses SLF4J to log some errors. Logging could be added more generally throughout the server code.

joshmoore commented 4 years ago

I'd also note the likes of https://github.com/romanpierson/vertx-web-accesslog ... or perhaps more simply https://vertx.io/docs/apidocs/io/vertx/ext/web/handler/LoggerFormat.html