Skip to content

Commit

Permalink
add log rotation to docker driver docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzyfresh committed Jul 1, 2019
1 parent b3a2e2c commit 2f045be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/drivers/docker.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ The `docker` driver supports the following configuration in the job spec. Only
}
```

* `logging` - (Optional) A key-value map of Docker logging options. The default
value is `json-file`.
* `logging` - (Optional) A key-value map of Docker logging options.
Defaults to `json-file` with log rotation (`max-file=2` and `max-size=2m`).

```hcl
config {
Expand Down

0 comments on commit 2f045be

Please sign in to comment.