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

Logging should not have side effects #2263

Closed
pcwalton opened this issue Apr 29, 2014 · 1 comment
Closed

Logging should not have side effects #2263

pcwalton opened this issue Apr 29, 2014 · 1 comment

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Apr 29, 2014

RUST_LOG is for logging, not for side effects like displaying debug borders around boxes. Make this a separate option in Opts.

@ebalint
Copy link
Contributor

@ebalint ebalint commented Jun 4, 2014

I started working on this

mrobinson added a commit to mrobinson/servo that referenced this issue Oct 20, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes servo#2263.
mrobinson added a commit to mrobinson/servo that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes servo#2263.
bors-servo pushed a commit that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes #2263.
mrobinson added a commit to mrobinson/servo that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes servo#2263.
bors-servo pushed a commit that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes #2263.
mrobinson added a commit to mrobinson/servo that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes servo#2263.
bors-servo pushed a commit that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes #2263.
bors-servo pushed a commit that referenced this issue Oct 21, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes #2263.
mukilan added a commit to mukilan/servo that referenced this issue Oct 25, 2014
This is quite a bit cleaner than abusing the rust debug functionality.
If we start collecting too many debugging options in the servo
executable we could opt to organize them into a single option.

Fixes servo#2263.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.