Moonshot isn't logging to flightlogs stream --detail

I noticed when attempt to debug a strategy a few days ago that flightlog wasn't logging anything for backtests. I use to see "beginning backtesting for X strategy" or something along those lines when the backtest started.

Now there's nothing which makes tracing back bugs a bit laborious.

I have tried restarting the moonshot, flight log, and logspout containers. I have also restarted the whole machine.

I can confirm I setup a logger, I can log custom logs that way.

Any ideas on how to get moonshot logs streaming correctly again?

A message is printed to the detailed logs at the start of a backtest. If you're not seeing it, and you've restarted logspout, I would try removing your custom logger, as it's possible your overriding or redirecting the logs with that somehow.

Also, for debugging Moonshot, you may want to check out a newly posted video in the usage guide that shows a good way to do that.