Is there a way to programmatically catch History requests when the start date is adjusted?

Use case:

Create a Universe using CoarseSelection that returns a set of symbols.  This is followed by a History request to support warming up analytic indicators.  The CoarseSelection includes symbols that do not have data for the full warmup period.  The symbols affected will log the information (e.g. 2021-01-01 00:00:00 [SNOW, 9/15/2020]).

I want to get a programmatic event when the full history period is not available.  Is there a way to do that?

A secondary issue, I would like to suppress the logfile symbol warning since it gets quite verbose and makes the meaningful information hard to see.

 

Author