You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
We noticed that first ~50 seconds of logs after a container startup are not captured.
For example:
I started a container at 12:50:00
After 50 seconds, Sumologic pods logs the following:
2017-02-15 12:50:42 +0000 [info]: following tail of /mnt/log/containers/my-pod-name-87d9f1b535e11c02690567e7b4bb65016346c263b683c96f720b90e52ca6982e.log
Logs between 12:50:00 and 12:50:42 are lost.
This is a showstopper for us. Not only we are loosing logs, but we are loosing the most important log entries (application startup). Crashing application are not showing any log!
The text was updated successfully, but these errors were encountered:
Hi @mfornasa this repo used fluentd tail plugin. I suspect maybe the files are disappearing before the tail plugin can pick it up.
I wonder if there are some docker/kube settings we can tune to keep it around for longer or perhaps the better solution is to look at using the native fluentd driver as suggested in #9
We noticed that first ~50 seconds of logs after a container startup are not captured.
For example:
12:50:00
12:50:00
and12:50:42
are lost.This is a showstopper for us. Not only we are loosing logs, but we are loosing the most important log entries (application startup). Crashing application are not showing any log!
The text was updated successfully, but these errors were encountered: