EarthSystemCoG / COG

COG source code
BSD 3-Clause "New" or "Revised" License
8 stars 16 forks source link

Logging #1409

Closed nathanlcarlson closed 5 years ago

nathanlcarlson commented 5 years ago

Add logging capabilities for improved output control and debugging. Logging can easily be added to any module and special loggers can be created for a particular service. For example logging for search services is now logged to its own file, in addition to a general CoG log file.

There is a little bit more to do, but can be done later.