aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cli.py b/cli.py
index 40d8087..bf9b53f 100644
--- a/cli.py
+++ b/cli.py
@@ -41,6 +41,10 @@ def main():
# Parse the arguments
args = parser.parse_args()
+ # If the user chose verbose logging, set the logger to debug
+ if args.verbose:
+ logger.setLevel("DEBUG")
+
# Create the CSVReader object
reader = CSVReader()
git.ajschof.me — hosted by ajschofield — powered by cgit