-
Notifications
You must be signed in to change notification settings - Fork 157
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
Missing Log Entries #167
Comments
Hi @CyborgMaster I'm late to the party here, but if you're still using |
This is still happening. I am using the latest version v0.20. Two lines in my case that occurred on the same second, both completely ignored on Papertrail's end yet present physically in my file. I've had a feeling it was doing something like this as I am erroneously dropping logs elsewhere in a very similar fashion. |
@pridit Two questions:
|
Thanks for the follow-up, to answer your questions:
Logs around this time all came through without issue, but specifically missed two that both occurred on the same second. The logs around the two in question were several minutes apart, so a sizeable gap. I had other logs that were a few seconds prior but I have my filter set to drop those particular ones, and I have confirmed the two logs I expected would not have been impacted by the filter. I could enter forensic mode and begin isolating every single instance to determine if there's any pattern aside from what I have observed based on this issue, but that would of course take time (and based on the activity here wasn't sure whether it would ever be followed up). I had an initial feeling I was missing logs but never cross referenced with my file until now. |
I'm using the papertrail add on in heroku and noticed the same problem. This makes the service a no-go. |
Yep, I unfortunately can't afford to have logs dropping erroneously so won't be continuing, and this clearly isn't a priority for the team. |
Any time multiple lines are appended to the log close together, papertrail only gets some of them. If I can't figure this out, I'm going to have to consider moving to another service.
I'm using the recomended set up for elastic beanstalk using the .ebextensions file here: https://github.com/papertrail/remote_syslog2/blob/master/examples/remote_syslog.ebextensions.config, and my version is set to
v0.17
.When I tail the log file directly on the server, I see this:
But papertrail only has this:
As you can see over half of the entries are missing. It always seems to get at least one or two lines from each group of logs, but misses some as well.
The text was updated successfully, but these errors were encountered: