Is there a way to prevent unwanted messages from being printed in the console? I have set up a few debug messages so that I can monitor when my script executes certain orders as backtests run. However, it is very difficult to keep up with my debugging messages because of automated messages as such that fill the majority of the console messages:

"Data for symbol DRYS has been limited due to numerical precision issues in the factor file. The starting date has been set to 8/11/2016."

I'm running a large coarse filter for symbols to be traded so each Resolution that gets passed, prints 3 or 4 of these messages, drowning out the debug messages that I'm trying to read.

Author