DOI-USGS / usgscsm

This repository stores USGS Community Sensor Model (CSM) camera models
Other
26 stars 33 forks source link

Add logging levels to usgscsm #301

Closed kberryUSGS closed 2 years ago

kberryUSGS commented 4 years ago

The extra logging is useful, but the file sizes on the logs get excessive pretty quickly (ex ~0.5 gig) for a very small number of actions in GXP.

jessemapel commented 4 years ago

I think a better option is to implement logging levels. https://github.com/gabime/spdlog/blob/v1.x/include/spdlog/common.h#L139 We could enable different levels of logging, or log different things to different files.