From 3ef2fe028f4d51ee5a59847c70880a7634877457 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 4 May 2018 12:14:57 -0400 Subject: Enable debug for deployment handler Issue-ID: DCAEGEN2-487 Change-Id: Id35270dae823c5078fb8ae5f8e60c6dcc62d4350 Signed-off-by: Lusheng Ji --- heat/register.sh | 1 + 1 file changed, 1 insertion(+) 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" }, -- cgit 1.2.3-korg