diff --git a/src/environment/shell.go b/src/environment/shell.go index 456e445c..71f31e1d 100644 --- a/src/environment/shell.go +++ b/src/environment/shell.go @@ -612,6 +612,7 @@ func (env *ShellEnvironment) HTTPRequest(targetURL string, timeout int, requestM env.log(Error, "HTTPRequest", err.Error()) return nil, err } + env.log(Debug, "HTTPRequest", string(body)) return body, nil }