glamod / glamod_landQC

QC for land data
0 stars 0 forks source link

Improve logging #64

Open rjhd2 opened 1 year ago

rjhd2 commented 1 year ago

Currently logging was set up as printing to screen. With taskfarm, lots of these are all interleaved in a single output log file. A logfile kwarg does exist in many tests, but not yet used. Include this more actively to simplify interrogating the logs.

rjhd2 commented 1 year ago

Can set up log files using python logging, and also then turn down verbosity when running on Taskfarm