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

Fixes passing through a custom logger #62

Closed
wants to merge 3 commits into from
Closed

Conversation

Esterni
Copy link
Owner

@Esterni Esterni commented Aug 1, 2020

This PR is being made with the understanding that logging will be further changed in the future. This checks to see if the user provided a custom logger before instantiating one and will provide custom logging until we implement best practices.

A couple log entries were modified to bring log messages in line with logging.info providing status checks that things are working normally and logging.debug providing detailed information.

@Esterni Esterni requested a review from XanderRiga August 1, 2020 05:51
@XanderRiga
Copy link
Collaborator

As per the discussion with @mikeholler I think we decided this was not necessary. He can maybe confirm as he has a better understanding, but it sounds like we can just make and use a logger directly and then the parent application can add their own handler to the logger if they like

@Esterni
Copy link
Owner Author

Esterni commented Aug 10, 2020

Fixed in #68

@Esterni Esterni closed this Aug 10, 2020
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