-
Notifications
You must be signed in to change notification settings - Fork 127
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
Allow For Container Name To Be Shown In Journald #293
Comments
what version of conmon/podman? this should be working |
I'm on arch so everything should be up to date:
To elaborate a bit:
ideally would include the name somewhere in the corresponding journald message but currently it is just:
|
I'm also seeing this on Ubuntu 20.04 with podman 3.2.3 (updated yesterday but didn't yet receive 3.3.0). The messages have the I have two more questions to journald logging, hopefully fitting here, otherwise tell me where else to put them:
Probably at least the second question should be a separate issue I guess. |
@haircommander could you reproduce the problem? |
After shipping the journal via fluent-bit I see the following fields for a rootless container:
So it seems that the basic info is there but I guess the |
ah I see, I misunderstood the ask. I have opened #294 to fix. can someone test and let me know if it satisfies their use case? |
Just updated, feature is working perfectly on my end. Thank you for pushing this feature through @haircommander. Feel free to close this issue as needed. |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Would it be possible to add a feature that prefixes journald log messages with the relevant container/tag information? It looks like this exact feature was started in: #273 but never got finished. Thanks.
The text was updated successfully, but these errors were encountered: