The log is a great tool for us to debug and check if the behaviour of our algorithm is correct, I think it's important to keep the log clean, small and relevant.

I have a few simple questions about it:

  • Is any way to clear the log, or remove specific messages?
  • Is there any way to clear the log If I stop my live strategy and run it again?
  • For example, I have received recently from GDAX some WebSocket exceptions, (Also I don't know if it affects my algorithm somehow, have not seen anything on GDAX site (("The header of a frame cannot be read from the stream")) I would like to remove these messages if they appear too frequently.
I have seen other threads about this but didn't find any clear answer, especially about clearing the log on a restart, and maybe charts/orders too. Thanks for your support.Xavier R.

Author