File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 6
6
],
7
7
"Env" : [
8
8
{
9
- "Description" : " dir used to keep track of currently mounted volumes" ,
9
+ "Description" : " Dir used to keep track of currently mounted volumes" ,
10
10
"Name" : " STATE_DIR" ,
11
11
"Settable" : [" value" ],
12
12
"Value" : " /run/docker-volume-loopback"
13
13
},
14
14
{
15
- "Description" : " dir used to store actual volume data" ,
15
+ "Description" : " Dir used to store actual volume data" ,
16
16
"Name" : " DATA_DIR" ,
17
17
"Settable" : [" value" ],
18
18
"Value" : " /srv/var/lib/docker-volume-loopback"
19
19
},
20
20
{
21
- "Description" : " dir used to create mount-points" ,
21
+ "Description" : " Dir used to create mount-points" ,
22
22
"Name" : " MOUNT_DIR" ,
23
23
"Settable" : [" value" ],
24
24
"Value" : " /mnt"
34
34
"Name" : " SOCKET" ,
35
35
"Settable" : [],
36
36
"Value" : " /run/docker/plugins/loop.sock"
37
+ },
38
+ {
39
+ "Description" : " Log level - from 0 to 4 for Error/Warning/Info/Debug/Trace" ,
40
+ "Name" : " LOG_LEVEL" ,
41
+ "Settable" : [],
42
+ "Value" : " 2"
43
+ },
44
+ {
45
+ "Description" : " Log format - json or text" ,
46
+ "Name" : " LOG_FORMAT" ,
47
+ "Settable" : [],
48
+ "Value" : " json"
37
49
}
38
50
],
39
51
"Interface" : {
You can’t perform that action at this time.
0 commit comments