Skip to content

Commit

Permalink
add log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ck-c8y committed May 10, 2024
1 parent dcc7c0c commit feee957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repository/blocks/EnhancedHttpOutputBlock.mon
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ event EnhancedHTTPOutput {
Response response := <Response> $payload;
dictionary<string, any> propertyValues := {};
any k;
log "Response: " +response.payload.data.toString() at INFO;
for k in response.payload.data.getKeys() {
propertyValues[k.valueToString()] := response.payload.data.getEntry(k);
}
Expand Down

0 comments on commit feee957

Please sign in to comment.