observatorium / obsctl

A cli to interact with Observatorium instances.
Apache License 2.0
10 stars 14 forks source link

Leverage `config.json` to set log level #7

Open matej-g opened 2 years ago

matej-g commented 2 years ago

Currently, we only support passing --log.level flag, but it can be tedious to do this with every command. Could we leverage the config file to set the default log level?