uoregon-libraries / rais-image-server

RAIS: A IIIF-compliant, 100% open source image server for blazing-fast deep zooming
Creative Commons Zero v1.0 Universal
78 stars 6 forks source link

Respect the log level's AUTHORITAH #29

Closed jechols closed 5 years ago

jechols commented 5 years ago

The middleware that logs requests is using the "logger" package's global default logger. This needs to stop.

This may be the time to do a proper release of the gopkg utility repo so RAIS can pull in a version that doesn't expose global state, ensuring this kind of nonsense stops.