diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-04 12:14:57 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-04 12:15:03 -0400 |
commit | 3ef2fe028f4d51ee5a59847c70880a7634877457 (patch) | |
tree | 58d1033028e1ab813c85c34a059a916c964c7ed4 /heat/register.sh | |
parent | b51fd794c83c4694ebca5d07a2853d362d258b16 (diff) |
Enable debug for deployment handler
Issue-ID: DCAEGEN2-487
Change-Id: Id35270dae823c5078fb8ae5f8e60c6dcc62d4350
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'heat/register.sh')
-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" }, |