Fluentd should not chown all files in /var/log/kolla

Change-Id: If77663306e68e7a35f3e6772490a5622b7a8d32f
This commit is contained in:
Jeffrey Zhang 2017-01-31 23:31:06 +08:00 committed by Jeffrey Zhang
parent 83d99ecf0c
commit f4b0b359f9

View File

@ -73,12 +73,5 @@
"owner": "td-agent", "owner": "td-agent",
"perm": "0600" "perm": "0600"
} }
],
"permissions": [
{
"path": "/var/log/kolla",
"owner": "td-agent:td-agent",
"recurse": true
}
] ]
} }