ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Add verbosity control to `ve_run_cli` #413

Open davidorme opened 5 months ago

davidorme commented 5 months ago

Is your feature request related to a problem? Please describe.

Although we haven't sorted out systematic logging levels yet, at the moment we can't control what logging detail is output to the log.

Describe the solution you'd like

Basically all we need is a new parser argument that set the logger level along the DEBUG ... CRITICAL chain.