From 6ae2cf46d963fe844097d9f24872494d749830fd Mon Sep 17 00:00:00 2001 From: rotunba Date: Wed, 5 Jul 2017 19:51:17 -0400 Subject: [PATCH] Fix typo (#3797) --- engine/admin/logging/json-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/admin/logging/json-file.md b/engine/admin/logging/json-file.md index b087e43cd7..2f7301a7ab 100644 --- a/engine/admin/logging/json-file.md +++ b/engine/admin/logging/json-file.md @@ -9,7 +9,7 @@ title: JSON File logging driver By default, Docker captures the standard output (and standard error) of all your containers, and writes them in files using the JSON format. The JSON format annotates each line with its -origin (`stdout` or `stderr`) and its timestamp. Each log file containers information about +origin (`stdout` or `stderr`) and its timestamp. Each log file contains information about only one container. ## Usage