Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add content-based log filtering #83

Merged
merged 3 commits into from
Sep 13, 2021
Merged

Conversation

cedrickcooke
Copy link
Contributor

Also adds docs to the readme for log filtering.

@cedrickcooke cedrickcooke requested review from a team, twyatt and QuantumRand September 10, 2021 19:41
@github-actions
Copy link

Unit Test Results

  27 files    27 suites   3s ⏱️
171 tests 164 ✔️   7 💤 0 ❌
181 runs  169 ✔️ 12 💤 0 ❌

Results for commit c5b4a40.

@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #83 (c5b4a40) into main (1c1547e) will decrease coverage by 1.39%.
The diff coverage is 92.20%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #83      +/-   ##
============================================
- Coverage     94.44%   93.04%   -1.40%     
- Complexity       51       82      +31     
============================================
  Files            13       18       +5     
  Lines           126      187      +61     
  Branches          8       15       +7     
============================================
+ Hits            119      174      +55     
- Misses            6       10       +4     
- Partials          1        3       +2     
Impacted Files Coverage Δ
logging/src/commonMain/kotlin/Sensitivity.kt 0.00% <0.00%> (ø)
logging/src/commonMain/kotlin/DispatchLogger.kt 90.00% <89.65%> (-10.00%) ⬇️
logging/src/commonMain/kotlin/FilterLogger.kt 94.11% <94.11%> (ø)
logging/src/commonMain/kotlin/FilterLevelLogger.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/Log.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/LogLevel.kt 100.00% <100.00%> (ø)
logging/src/commonMain/kotlin/Logger.kt 100.00% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update adbc347...c5b4a40. Read the comment docs.

Copy link
Member

@twyatt twyatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it!

@cedrickcooke cedrickcooke merged commit d28e6be into main Sep 13, 2021
@cedrickcooke cedrickcooke deleted the cedrickc/log-filtering branch September 13, 2021 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants