MetOffice / XBTs_classification

Project for the classification of eXpendable Bathy Thermographs
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Add python logger to experiment framework #38

Open stevehadd opened 4 years ago

stevehadd commented 4 years ago

When running in production mode, we will need detailed logging of what was done to produce the probe type classification, so we have an audit trail for the final ocean temperature dataset. This is best done through a proper logging library, such as the python logger, which allows for different level of output so we can get production, quiet, debug etc. output when needed.