Lots of warnings.warn calls are being emitted by epi modules but are not being monitored or properly captured in analyses. This is (1) cluttering stderr with noise and (2) not queryable, so difficult to aggregate and fix. I propose we replace all the warnings.warn calls in epi modules with standard logger.warning with data so they can be properly stored and monitored.
Any objections?
Lots of
warnings.warncalls are being emitted by epi modules but are not being monitored or properly captured in analyses. This is (1) cluttering stderr with noise and (2) not queryable, so difficult to aggregate and fix. I propose we replace all thewarnings.warncalls in epi modules with standardlogger.warningwith data so they can be properly stored and monitored.Any objections?