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

Logging Plugin #185

Merged
merged 8 commits into from
Apr 10, 2018
Merged

Logging Plugin #185

merged 8 commits into from
Apr 10, 2018

Conversation

kolanos
Copy link
Contributor

@kolanos kolanos commented Apr 6, 2018

Closes #178

Signed-off-by: Michael Lavers [email protected]

@kolanos
Copy link
Contributor Author

kolanos commented Apr 6, 2018

@pselle @ewindisch This is ready to review. See the docs updates for usage details.

README.md Outdated
**Note:** This feature is still in beta. Want to try it out? Find us on [Slack](https://iopipe.now.sh).
@iopipe
def handler(event, context):
context.iopipe.log.info('Handler has started execution')
Copy link
Contributor

Choose a reason for hiding this comment

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

what if a user just does print() to stdout?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The print() use case isn't currently handled.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ewindisch I added a redirect_stdout option.

Signed-off-by: Michael Lavers <[email protected]>
@kolanos kolanos merged commit 70dc079 into iopipe:master Apr 10, 2018
@kolanos kolanos deleted the issue/178 branch April 10, 2018 23:27
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.

3 participants