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

Ability to disable the default logging for context/event #1819

Open
mikkotikkanen opened this issue Apr 17, 2023 · 3 comments
Open

Ability to disable the default logging for context/event #1819

mikkotikkanen opened this issue Apr 17, 2023 · 3 comments

Comments

@mikkotikkanen
Copy link

Feature Request

Is your feature request related to a problem? Please describe.
The context/event ("event:") is so large that the logging functionality eg. in Vercel doesn't show the actual error and stack trace and instead the errored execution only shows the last 100 or so lines of the event object.

This thing:

event: {
    id: "xyz123"
    name: "issue_comment"
    payload: {
      "action": "created",
      "issue": {

Describe the solution you'd like
There should be some clean way to disable the event logging from every error log

Describe alternatives you've considered

Teachability, Documentation, Adoption, Migration Strategy
It could be either env variable for quick fix or configurable logger

@welcome
Copy link

welcome bot commented Apr 17, 2023

Thanks for opening this issue. A contributor should be by to give feedback soon. In the meantime, please check out the contributing guidelines and explore other ways you can get involved.

@RusseII
Copy link

RusseII commented Sep 25, 2023

Did you find a solution @mikkotikkanen ? We have the same issue.

@mikkotikkanen
Copy link
Author

Unfortunately I did not 😕

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

No branches or pull requests

2 participants