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

Support the new logger interface #18

Merged
merged 1 commit into from May 5, 2018
Merged

Support the new logger interface #18

merged 1 commit into from May 5, 2018

Conversation

ferd
Copy link
Owner

@ferd ferd commented May 4, 2018

The changes are backwards compatible, but will be blocking for rebar3
since logger uses maps and that means R16 is no longer supported.

Logger's default handler is muted through a filter, and a new handler is
added there with a different name. The same event handler that was used
to add data to error_logger is used, and expanded for logger support as
well.

This seems to make everything work as expected.

The changes are backwards compatible, but will be blocking for rebar3
since logger uses maps and that means R16 is no longer supported.

Logger's default handler is muted through a filter, and a new handler is
added there with a different name. The same event handler that was used
to add data to error_logger is used, and expanded for logger support as
well.

This seems to make everything work as expected.
@ferd ferd mentioned this pull request May 5, 2018
@ferd ferd merged commit dd30bd3 into master May 5, 2018
@ferd ferd deleted the logger-compat branch May 5, 2018 14:36
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

1 participant