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
Copy file name to clipboardExpand all lines: engine/admin/logging/fluentd.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ driver sends the following metadata in the structured log message:
21
21
|`container_id`| The full 64-character container ID. |
22
22
|`container_name`| The container name at the time it was started. If you use `docker rename` to rename a container, the new name is not reflected in the journal entries. |
23
23
|`source`|`stdout` or `stderr`|
24
+
|`log`| The container log |
24
25
25
26
The `docker logs` command is not available for this logging driver.
0 commit comments