mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Fix typo (#3797)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
70ed3231a1
commit
6ae2cf46d9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user