summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-04 12:14:57 -0400
committerLusheng Ji <lji@research.att.com>2018-05-04 12:15:03 -0400
commit3ef2fe028f4d51ee5a59847c70880a7634877457 (patch)
tree58d1033028e1ab813c85c34a059a916c964c7ed4
parentb51fd794c83c4694ebca5d07a2853d362d258b16 (diff)
Enable debug for deployment handler
Issue-ID: DCAEGEN2-487 Change-Id: Id35270dae823c5078fb8ae5f8e60c6dcc62d4350 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rwxr-xr-xheat/register.sh1
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"
},