diff options
Diffstat (limited to 'heat')
-rwxr-xr-x | heat/register.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/register.sh b/heat/register.sh index d13b925..3176e44 100755 --- a/heat/register.sh +++ b/heat/register.sh @@ -239,6 +239,7 @@ curl -v -X PUT -H "Content-Type: application/json" \ # deployment handler REGKV=' { + "logLevel": "DEBUG", "cloudify": { "protocol": "http" }, |