Skip to content

Commit d6b40d3

Browse files
authored
Merge pull request #20557 from msanft/patch-1
docs: document journald image name field
2 parents a1750fb + 4694e55 commit d6b40d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/engine/logging/drivers/journald.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ stores the following metadata in the journal with each message:
2323
| `CONTAINER_NAME` | The container name at the time it was started. If you use `docker rename` to rename a container, the new name isn't reflected in the journal entries. |
2424
| `CONTAINER_TAG`, `SYSLOG_IDENTIFIER` | The container tag ([log tag option documentation](log_tags.md)). |
2525
| `CONTAINER_PARTIAL_MESSAGE` | A field that flags log integrity. Improve logging of long log lines. |
26+
| `IMAGE_NAME` | The name of the container image. |
2627

2728
## Usage
2829

0 commit comments

Comments
 (0)