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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add large-scale logging based on tracing crate #60

Merged
merged 2 commits into from Nov 4, 2021

Conversation

TilBlechschmidt
Copy link
Owner

馃敡 Changes

Logging was always a bit of an afterthought and many components lacked proper log outputs with reasonable log levels. This PR is the first step to remedy this. It shifts the project away from the log crate in favour of the tracing crate. At a later point, this should allow request tracing through the whole stack with proper events attached to each span. However, that comes at a later point in time 馃槈

@TilBlechschmidt TilBlechschmidt added Type: Maintenance Code quality improvements, technical depts and similar topics Priority: Medium Default priority if nothing else matches Status: Completed Finished issue that can be closed and archived Change: Patch Backwards compatible bug fix, documentation change or similar labels Nov 3, 2021
@TilBlechschmidt
Copy link
Owner Author

Going through the code-base to add logging also resulted in a few bug-fixes 馃し

@TilBlechschmidt TilBlechschmidt merged commit e11f50b into main Nov 4, 2021
@TilBlechschmidt TilBlechschmidt deleted the feature/logging branch November 4, 2021 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Change: Patch Backwards compatible bug fix, documentation change or similar Priority: Medium Default priority if nothing else matches Status: Completed Finished issue that can be closed and archived Type: Maintenance Code quality improvements, technical depts and similar topics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant