Merge pull request #3052 from thaJeztah/dual_logging_cache_options

docs: document log-opts for "dual logging" cache
This commit is contained in:
Silvin Lubecki 2021-05-04 15:44:05 +02:00 committed by GitHub
commit cde06fbf1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1400,6 +1400,10 @@ This is a full example of the allowed configuration options on Linux:
"log-driver": "json-file", "log-driver": "json-file",
"log-level": "", "log-level": "",
"log-opts": { "log-opts": {
"cache-disabled": "false",
"cache-max-file": "5",
"cache-max-size": "20m",
"cache-compress": "true",
"env": "os,customer", "env": "os,customer",
"labels": "somelabel", "labels": "somelabel",
"max-file": "5", "max-file": "5",