WebOfTrust / keria

KERI Agent in the cloud
https://keria.readthedocs.io/en/latest/
Apache License 2.0
17 stars 26 forks source link

Make log level configurable from command line argument #199

Closed s-a-tanjim closed 4 months ago

lenkan commented 4 months ago

Nice. This will also close issue https://github.com/WebOfTrust/keria/issues/114 if merged.

s-a-tanjim commented 4 months ago

@pfeairheller I saw python version was updated here: https://github.com/WebOfTrust/keria/blob/c8648e83df7f760beeefeba1ff4b46dca55bd10f/setup.py#L76. But the Dockerfile was not updated. So I updated that in this PR as well.

pfeairheller commented 4 months ago

@s-a-tanjim can you please rebase this PR on development? You need to pick up the fixes I just pushed to fix tests broken from PR WebOfTrust/keripy#701. As soon as the tests pass, I'd like to merge this in.

s-a-tanjim commented 4 months ago

@pfeairheller I rebased with the latest development branch.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.14%. Comparing base (48e75c2) to head (99e9b74).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #199 +/- ## ============================================ Coverage 93.14% 93.14% ============================================ Files 38 38 Lines 6943 6943 ============================================ Hits 6467 6467 Misses 476 476 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.