299f4ecd0c
This patch is mainly to fix some v3 sample json files to keep the format consistent. Change-Id: Ibfe171f19e1530c0fcdc6a531c36871d1bc51a3c
29 lines
569 B
JSON
29 lines
569 B
JSON
{
|
|
"log_levels": [{
|
|
"binary": "cinder-api",
|
|
"host": "devstack",
|
|
"levels": {
|
|
"cinder.volume.api": "DEBUG"
|
|
}
|
|
},
|
|
{
|
|
"binary": "cinder-scheduler",
|
|
"host": "devstack",
|
|
"levels": {
|
|
"cinder.volume.api": "DEBUG"
|
|
}
|
|
},
|
|
{
|
|
"binary": "cinder-backup",
|
|
"host": "devstack",
|
|
"levels": {}
|
|
},
|
|
{
|
|
"binary": "cinder-volume",
|
|
"host": "devstack@lvmdriver-1",
|
|
"levels": {
|
|
"cinder.volume.api": "DEBUG"
|
|
}
|
|
}]
|
|
}
|