Open mehmetalianil opened 13 years ago
The python script can be called with different verbosities, with tagging it from the command line as -v 1 -v 2 .. et cetera.
http://stackoverflow.com/questions/6076690/verbose-level-with-argparse-and-multiple-v-options http://stackoverflow.com/questions/5980042/how-to-implement-the-verbose-or-v-option-into-a-python-script
The python script can be called with different verbosities, with tagging it from the command line as -v 1 -v 2 .. et cetera.