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

Remove test-log and env_logger. #201

Merged

Conversation

waywardmonkeys
Copy link
Contributor

test-log is used with logging to set up env_logger for each test and was only used in the box constraints code. This code doesn't actually use logging, so this wasn't doing much.

`test-log` is used with logging to set up `env_logger` for each
test and was only used in the box constraints code. This code
doesn't actually use logging, so this wasn't doing much.
Copy link
Member

@DJMcNab DJMcNab left a comment

Choose a reason for hiding this comment

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

We might want something like this again, but that would be once we start to be more principled with logging

@waywardmonkeys
Copy link
Contributor Author

And if so, we'd probably want it with the tracing / tracing_subscriber approach since the code that used to log here now uses tracing.

@waywardmonkeys waywardmonkeys added this pull request to the merge queue Apr 16, 2024
Merged via the queue into linebender:main with commit 041ea0d Apr 16, 2024
7 checks passed
@waywardmonkeys waywardmonkeys deleted the remove-env-logger-test-log-deps branch April 16, 2024 08:42
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.

2 participants