exscript
exscript copied to clipboard
max_threads=1 without verbose output?
Is there a way to use max_threads=1 without the verbose output?
quickstart(hosts, do_something, verbose=0)?
That worked but I guess it's just not setup to provide the logging if threading isn't being done because that leaves it blank until finish.
You are missing the status bar / progress bar?
Yeah and the status messages for as each host begins and ends and the exceptions when errors happen. When using start() at least. Haven't tried with quickstart.