08-14-2018, 07:12 AM
(08-14-2018, 01:12 AM)askmike Wrote: Backtests generate a LOT of logging (especially if you have debug logging turned on), this fills up your disk as well as make backtests slower.
I can help you enable it, but first can you help me understand what kind of information you want to get out of these backtests?
I would like to print all log.info() and log.debug() from a strategy.js, to help me to understand how things are working.
Thanks