cnerg / py-template

Template for a new python project
MIT License
1 stars 1 forks source link

Demonstrate logger control #7

Closed connoramoreno closed 1 month ago

connoramoreno commented 2 months ago

We should consider adding something to do_task.py that demonstrates how to control parameters of the logger object from the logging module, particularly the level of the logger (e.g., INFO, WARNING, etc.). One idea is to use the verbosity argument in the parser to control the logging level.