We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ccf720 + ebd9358 commit a3f5d88Copy full SHA for a3f5d88
hat/app/org/hatdex/hat/she/models/LambdaFunctionExecutable.scala
@@ -194,6 +194,7 @@ class AwsLambdaExecutor @Inject() (
194
val message =
195
s"Retrieving SHE function Response Error: ${r.functionError()}"
196
logger.error(message)
197
+ logger.error(r.payload().asUtf8String())
198
throw new ApiException(message)
199
case r =>
200
0 commit comments