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

fix(api): don't stomp other loggers in log config #6286

Merged
merged 1 commit into from
Aug 5, 2020

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Aug 5, 2020

A recent robot-server PR deferred API loading until after the server is
up, which is a great change but means that the API-side logging
configuration now stomps on the robot server's logging configuration, so
robot server messages are not logged.

This commit removes the stomping and the robot server's logs should now
be visible again.

Testing

Push this and make sure you can see robot server logs

A recent robot-server PR deferred API loading until after the server is
up, which is a great change but means that the API-side logging
configuration now stomps on the robot server's logging configuration, so
robot server messages are not logged.

This commit removes the stomping and the robot server's logs should now
be visible again.
@sfoster1 sfoster1 added api Affects the `api` project fix PR fixes a bug labels Aug 5, 2020
@sfoster1 sfoster1 requested a review from a team August 5, 2020 14:04
@sfoster1 sfoster1 requested a review from a team as a code owner August 5, 2020 14:04
@sfoster1 sfoster1 requested review from ahiuchingau, a team, mcous and amitlissack and removed request for a team August 5, 2020 14:04
@sfoster1 sfoster1 merged commit b6d6e18 into edge Aug 5, 2020
@sfoster1 sfoster1 deleted the api_fix-robot-server-logs branch August 5, 2020 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Affects the `api` project fix PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants