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

refactor: improve debug logging #264

Merged
merged 2 commits into from
Oct 12, 2021
Merged

refactor: improve debug logging #264

merged 2 commits into from
Oct 12, 2021

Conversation

stepankuzmin
Copy link
Collaborator

@stepankuzmin stepankuzmin commented Oct 12, 2021

Closes #83

@codecov
Copy link

codecov bot commented Oct 12, 2021

Codecov Report

Merging #264 (bc7369d) into master (206307f) will increase coverage by 0.03%.
The diff coverage is 47.82%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #264      +/-   ##
==========================================
+ Coverage   49.51%   49.54%   +0.03%     
==========================================
  Files          14       14              
  Lines        1735     1748      +13     
==========================================
+ Hits          859      866       +7     
- Misses        876      882       +6     
Impacted Files Coverage Δ
src/bin/main.rs 0.80% <0.00%> (ø)
src/db.rs 50.00% <38.46%> (-3.66%) ⬇️
src/server.rs 39.03% <41.66%> (+0.55%) ⬆️
src/table_source.rs 66.34% <50.00%> (-1.31%) ⬇️
src/composite_source.rs 88.67% <100.00%> (ø)
src/config.rs 55.20% <100.00%> (ø)
src/function_source.rs 88.67% <100.00%> (+0.67%) ⬆️
src/utils.rs 83.33% <100.00%> (ø)

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 206307f...bc7369d. Read the comment docs.

@stepankuzmin stepankuzmin merged commit a9cf508 into master Oct 12, 2021
@stepankuzmin stepankuzmin deleted the improve-logging branch October 12, 2021 16:01
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.

Improve logging in debug mode
1 participant