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: consolidate logging functions to always take a context #7990

Merged
merged 1 commit into from
Jul 24, 2016

Conversation

RaduBerinde
Copy link
Member

@RaduBerinde RaduBerinde commented Jul 23, 2016

Mostly mechanical change to require a context on all logging functions.

I will file issues against various components for auditing the call sites to
replace context.TODO() with a real context.

Part of #1779.

@tschottdorf @petermattis The only thing to look at is util/log/log.go.


This change is Reviewable

@tbg
Copy link
Member

tbg commented Jul 24, 2016

:lgtm:


Reviewed 135 of 135 files at r1.
Review status: :shipit: all files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable

Mechanical change to require a context on all logging functions.

I will file issues against various components for auditing the call sites to
replace context.TODO() with a real context.

Part of cockroachdb#1779.
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