-
Notifications
You must be signed in to change notification settings - Fork 14
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
Application stalled when logging #5
Comments
The log that we sent and that is causing our app to freeze is
|
As you can see this is an API call and my guess is that the problem has something to do with how the body is formatted, that's why we had to do a |
Would you provide more information about how you send the log? I can't reproduce the issue you have. Below is my setup, run perfectly for me.
|
Hi, I have the same issue. I'm logging a request object and it's stalling.
I can get around it by either
Note that the error is an instance of a request error (module |
@DylanBowden You will need to serialize the object/error first before passing it to logdna I recommend the package You can wrap your error as such:
|
Node version: 8.9.3
Configuration:
The first batch of logs is correctly sent and we can see them in the UI but after that the process just freezes and the CPU usage just rockets up.
The text was updated successfully, but these errors were encountered: