containers / conmon

An OCI container runtime monitor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Journald logging name/tag now mutually exclusive

strideynet opened this issue · comments

Hi !

I spotted something which looks like a regression in the behaviour of journald logging between releases v2.0.30 and v2.0.31

5d5b853

This commit appears to change the behaviour unexpectedly. Prior to this commit, if a tag was specified, both CONTAINER_TAG and CONTAINER_NAME would be present, but now, when a tag is specified, only CONTAINER_TAG will be present. If this was intentional, could the reasoning please be explained ?

that is intentional. More details are in the discussion here: #301

I am unable to find anything in #301 that explains why CONTAINER_NAME should be dropped when CONTAINER_TAG is provided.

hmm I can't see any reason why we wouldn't print both tag and name if they're both present: #333

This means we need a new release of conmon. @haircommander