Skip to content

Passing the application's LoggerAdapter to requests #1565

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

Merged
merged 1 commit into from
Apr 21, 2016
Merged

Passing the application's LoggerAdapter to requests #1565

merged 1 commit into from
Apr 21, 2016

Conversation

blacha
Copy link
Contributor

@blacha blacha commented Apr 20, 2016

This allows access to logging inside cloud code and triggers via

request.log.info
request.log.error

This is working around #1563 by grabbing only the latest log messages.

@facebook-github-bot
Copy link

@blacha updated the pull request.

done();
});
});
});
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing line break

@codecov-io
Copy link

Current coverage is 92.80%

Merging #1565 into master will decrease coverage by -0.17% as of 95d4c82

@@            master   #1565   diff @@
======================================
  Files           87      87       
  Stmts         5563    5520    -43
  Branches      1050    1052     +2
  Methods          0       0       
======================================
- Hit           5172    5123    -49
- Partial         10      14     +4
- Missed         381     383     +2

Review entire Coverage Diff as of 95d4c82

Powered by Codecov. Updated on successful CI builds.

@flovilmart
Copy link
Contributor

Just The small nit on The trailing line break and I believe it's good to go.

@facebook-github-bot
Copy link

@blacha updated the pull request.

    This allows access to logging inside cloud code and triggers via
    request.log.info
    request.log.error
@facebook-github-bot
Copy link

@blacha updated the pull request.

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.

5 participants