Skip to content

Commit

Permalink
Log exclusions at INFO
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesJJ committed Dec 23, 2023
1 parent 958af64 commit 219ea4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def cfl_data_to_cwl(data):
"put_batch", extra={"count": len(records), "data_size": batch_bytes}
)
sequence_token = put_records_to_cwl(records, sequence_token)
logging.debug("match_exclusions", extra={"count": excluded_records})
logging.info("match_exclusions", extra={"count": excluded_records})


def batch_at_limits(record_count, payload_bytes, time_window):
Expand Down

0 comments on commit 219ea4b

Please sign in to comment.