We should modify the application so whether or not to display debug information can be passed in as a command line argument. This will involve the following:
- Update the argument parser to include the debug flag.
- Update the main function to set the logging level based on the debug flag and strip the debug flag from kwargs.
We should modify the application so whether or not to display debug information can be passed in as a command line argument. This will involve the following: