doc: fix logs size

This commit is contained in:
Jonathan Ballet
2017-11-20 12:36:56 +01:00
parent 08817ff27c
commit f64ba61492

View File

@@ -78,7 +78,7 @@ parameters section above.
This example asks Nomad to retain 3 rotated files for each of `stderr` and
`stdout`, each a maximum size of 5 MB per file. The minimum disk space this
would require is 60 MB (3 `stderr` + 3 `stdout` × 5 MB = 30 MB).
would require is 30 MB (3 `stderr` + 3 `stdout` × 5 MB = 30 MB).
```hcl
logs {