msdat
msdat copied to clipboard
Output/Log to File
I would like the tool to output results to file. Understanding this tool has many different modules, a standardized machine readable file type such as CSV may be difficult. However, having the tool output timestamps of actions and results would allow the tool to be run with persistent results. I see that something was started here, but was commented out:
#PPoutput.add_argument('--output-file',dest='outputFile',default=None,required=False,help='save results in this file')
Yes, not implemented yet.