72b5539259
* Add verbosity option to some o3de.py sub-commands - Added the -v/-vv option to the most commonly used o3de sub-commands - Adds a custom argparse Action to make it easy to add verbosity option to other commands as needed. - Sets up parent-child loggers so that when verbosity is changed in a sub-command it will be applied globally to all logger instances. Also: - Fixes up many warnings, PEP8 improvements Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com> * Update the log format in o3de script modules - Use a bit nicer format than the default, which was harder to read. Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>