exscript icon indicating copy to clipboard operation
exscript copied to clipboard

max_threads=1 without verbose output?

Open coxley opened this issue 10 years ago • 4 comments

Is there a way to use max_threads=1 without the verbose output?

coxley avatar Jan 14 '15 15:01 coxley

quickstart(hosts, do_something, verbose=0)?

egroeper avatar Jan 16 '15 22:01 egroeper

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.

coxley avatar Jan 16 '15 22:01 coxley

You are missing the status bar / progress bar?

egroeper avatar Jan 16 '15 22:01 egroeper

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.

coxley avatar Jan 17 '15 02:01 coxley