Skip to content

Commit

Permalink
cloudwatch_logs: remove sequence tokens from API calls
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fala <[email protected]>
  • Loading branch information
matthewfala committed Sep 29, 2023
1 parent 7fda975 commit f6c1c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/flb_aws_util.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ void flb_aws_print_error(char *response, size_t response_len,
error = flb_json_get_val(response, response_len, "__type");
if (!error) {
/* error can not be parsed, print raw response */
flb_plg_error(ins, "Raw response: %s", response);
flb_plg_warn(ins, "Raw response: %s", response);
return;
}

Expand Down

0 comments on commit f6c1c45

Please sign in to comment.