metno / sedr

An experiment to validate OGC EDR APIs using schemathesis, and give good feedback to developers.
GNU General Public License v3.0
0 stars 0 forks source link

Improve stdout output #7

Open ways opened 1 week ago

ways commented 1 week ago

Now --show-capture=no is used to hide debug info. Instead, the option should be removed, and logging output to stdout should be changed to warning-level, and debug info should only go to log file.

ways commented 1 week ago

Perhaps switch to https://pypi.org/project/logzero/, recommended by https://www.python-boilerplate.com/