Currently its not feasible to store an entire run to a log (using the --log argument) because the file reaches multiple GBs. I think the default --log mode should write info level and above to log (instead of debug --- which it currently does). A log should also be created during run by default? When passing the --debug argument, both the stream and log should be debug level.
Currently its not feasible to store an entire run to a log (using the
--log
argument) because the file reaches multiple GBs. I think the default--log
mode should writeinfo
level and above to log (instead ofdebug
--- which it currently does). A log should also be created during run by default? When passing the--debug
argument, both the stream and log should bedebug
level.