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

DM-8995: Fix argument list for _log method call #28

Merged
merged 1 commit into from Jan 20, 2017
Merged

Conversation

timj
Copy link
Member

@timj timj commented Jan 19, 2017

_log is an internal method that was edited for DM-8995. The internal
method is being used because the log level is a free parameter here.
The real fix is to provide a public API than can take an arbitrary
level integer.

_log is an internal method that was edited for DM-8995. The internal
method is being used because the log level is a free parameter here.
Instead we use the public `log()` method which requires that we
ask the logger its name.
@timj timj merged commit 12885e8 into master Jan 20, 2017
@ktlim ktlim deleted the tickets/DM-8995 branch August 25, 2018 06:50
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.

None yet

2 participants