Strippy v2.1.0
Logging to file has been added with this release. Enable logging with the -log
flag and show additional debug logging with the -showdebug
flag.
There are a few new flags that relate to logging as well. These flags have explanations in get-help but are also outlined below:
-log
Enables logging for this particular instance of Strippy-showDebug
Enables further 'debug' level logging messages. This switch will produce a log of data-logfile
(Default: ".\strippy.log") Specifies where to log all the information too-MaxLogFileSize
(Default: 10MB) Specifies the maximum size a log file will reach-LogHistory
(Default: 5) Specifies how many 'historical' log files will be kept. eg strippy.1.log etc