-
Notifications
You must be signed in to change notification settings - Fork 24
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
Not printing log messages anymore #37
Comments
Same problem here, been like this for at least a couple of weeks
No Cloudwatch-related changes to my AWS setup. I tried deleting old empty log groups but did not make a difference. |
Doing some debugging and reading AWS docs I found that the LastEventTimestamp is indeed updated "slowly", docs say: "The lastEventTime value updates on an eventual consistency basis. It typically updates in less than an hour from ingestion, but in rare situations might take longer." Code comments seem to imply that instead LastIngestionTime is used, since it should update faster, but the docs for that also say: "It typically updates in less than an hour after ingestion, but in rare situations might take longer." Will try to check if it is indeed updating more slowly than usual for some reason, but I think that could be the problem |
The ListStreams function is filtering based on LastIngestionTime, so it won't even tail streams until the ingestion time is updated Also confirmed that LastIngestionTime is not updating "live", in my case it seems to be in sync with LastEventTimestamp right now |
Hi, thanks for your app 👍
I found it about 6 months ago, and it worked like a charm.
I tried using it again but it doesn't work as expected. The version hasn't changed since then so something may have changed in Cloudwatch API.
$ utern /log/group + /log/group # nothing beyond that
It's printing the logs until the present moment but no real-time updates (watching)
The text was updated successfully, but these errors were encountered: