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

fix: Get rid of log/env_logger leftovers #938

Merged
merged 2 commits into from
Dec 12, 2022
Merged

Conversation

etehtsea
Copy link
Contributor

@etehtsea etehtsea commented Dec 6, 2022

If I'm not mistaken, env_logger is no longer initialized, so the code that is still relying on it doesn't log anything.

Fixes #945.

Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
Also, fixes redis-rust template.

refs: fermyon#945
Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
Copy link
Contributor

@itowlson itowlson left a comment

Choose a reason for hiding this comment

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

LGTM - thanks!

@itowlson
Copy link
Contributor

itowlson commented Dec 8, 2022

@radu-matei tagging you for review because it looks you were the one who removed the env_logger::init call, in b6eb2f2#diff-be5c1b613147e092e70bc6ff1aa68de4be91ebe6102884d53ff040b9a6e9bb93 - can you sanity check please? Thanks!

@itowlson itowlson merged commit 05ac68b into fermyon:main Dec 12, 2022
@etehtsea etehtsea deleted the logging-fix branch December 12, 2022 10:02
@etehtsea etehtsea mentioned this pull request Dec 12, 2022
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.

redis-rust template doesn't log anything
2 participants