-
Notifications
You must be signed in to change notification settings - Fork 18
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
Papertrail's "system" and "program" not propagated to logs? #42
Comments
I'm exactly in the same place. I saw the previous format was coming from:
But in version r18, the log is coming from the Entrypoint call: |
Just spotted, this probably is the same issue as #24 . |
I think this should be fixed. Logs are in completely different format in Papertrail when switching from r17 -> r18 or above. |
I liked the idea but I think it is going against the normal conventions in logging, or at least it will not be for everyone. Edit: The r19rc format is, as I understand it,
and while this does make sense looking at what varies the least it will create a clash for us. However, the r16 format was not optimal either. The r16 format is, as I understand it,
If this was fully customizable I would maybe try out
or maybe even dropping the Since the k8s node names and also the container names are reasonable static but the pod names are transient. |
We had setup this a couple of days ago and logs were nicely showing
${KS_NAMESPACE}/${KS_CONTAINER_NAME}
as "system" and description of the k8s node & pod as "program" in the papertrail logs:However after we tried setting this up again a few days later, it somehow works differently now for us:
Compare the screenshots - now the k8s node, pod, namespace and container names are included in the log text (as white text), rather than as system/program tag.
We preferred the previous behaviour. Any idea how we can make it work as it did initially?
The text was updated successfully, but these errors were encountered: