When you run ATC twice by ride.py, the default action is to using same name for log file. it means the later running will cover the log of previous.
To over write the action, you can add option “--timestampoutputs ” to run arguments. It will rename your log file according to timestamp, so that resolve the log-rewriting issue.