phenopackets / phenopacket-tools

An app and library for building, conversion, and validation of GA4GH Phenopackets.
http://phenopackets.org/phenopacket-tools/stable/
GNU General Public License v3.0
12 stars 5 forks source link

Let the user adjust the output verbosity at runtime #101

Closed ielis closed 1 year ago

ielis commented 1 year ago

By default, the app reports warning and errors when it is just about to crash and burn and produces no output on STDERR for the happy path. The PR adds an option to increase the logging verbosity by providing one or more -v options (e.g. -vvv for TRACE).