The utility scripts all use argparse for command line arguments and the logging module. It would be nice to have a standard ArgumentParser that does things like start a stream_handler with formatter, and support arguments that are common:
-v for verbose, repeating making more verbose;
-l to specify a log file at info level (configure this somehow?)
Maybe even options for some of the standard arguments:
-amqp broker network path
-config file path
It would then be further customizable by the particular application.
The utility scripts all use argparse for command line arguments and the logging module. It would be nice to have a standard ArgumentParser that does things like start a stream_handler with formatter, and support arguments that are common: -v for verbose, repeating making more verbose; -l to specify a log file at info level (configure this somehow?) Maybe even options for some of the standard arguments: -amqp broker network path -config file path
It would then be further customizable by the particular application.