WebOfTrust / keria

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

Writing logs into file is configurable from cli argument #223

Closed s-a-tanjim closed 3 months ago

s-a-tanjim commented 3 months ago

This solves a similar issue in keripy (https://github.com/WebOfTrust/keripy/pull/737)

pfeairheller commented 3 months ago

@s-a-tanjim can you please rebase this off of development. All the breaking changes from KERIpy have been fixed now.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 93.13%. Comparing base (664cfee) to head (eb73af9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #223 +/- ## ============================================ Coverage 93.13% 93.13% ============================================ Files 38 38 Lines 6951 6951 ============================================ Hits 6474 6474 Misses 477 477 ```

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

s-a-tanjim commented 3 months ago

@pfeairheller Yeah I rebased that.