From 26389473035265dae6b9e811c73690fd4c758395 Mon Sep 17 00:00:00 2001 From: Nirdesh Shukla Date: Wed, 26 Apr 2017 10:36:21 -0700 Subject: [PATCH] Update configuration.md --- jekyll-docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jekyll-docs/configuration.md b/jekyll-docs/configuration.md index 3e177bef1..3d6344189 100644 --- a/jekyll-docs/configuration.md +++ b/jekyll-docs/configuration.md @@ -56,10 +56,10 @@ The configuration for Docker volume plugin require the driver type which can be ``` { - "Driver": "vsphere" + "Driver": "vsphere", "MaxLogAgeDays": 28, "MaxLogSizeMb": 100, - "LogPath": "/var/log", + "LogPath": "/var/log/docker-volume-vsphere.log", "LogLevel": "info" } ```