Merge "Remove verbose log in memcached container"

This commit is contained in:
Jenkins 2017-05-16 05:04:57 +00:00 committed by Gerrit Code Review
commit dc5e05d8a2

View File

@ -1,4 +1,4 @@
{
"command": "/usr/bin/memcached -vv -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }}",
"command": "/usr/bin/memcached -v -l {{ api_interface_address }} -p {{ memcached_port }} -c {{ memcached_connection_limit }}",
"config_files": []
}