## Description ### Issue Students often find raw autograder output to be confusing. Add support for logging. ### Suggestion Students should be able to set a command line flag (`--logging <LEVEL>`) to view output. ## Acceptance Criteria - [x] Logging is added - [x] Log level is configurable via CLI
Description
Issue
Students often find raw autograder output to be confusing. Add support for logging.
Suggestion
Students should be able to set a command line flag (
--logging <LEVEL>) to view output.Acceptance Criteria