Skip to content

Commit

Permalink
fix: change empty sqs polling log to DEBUG (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyMoses authored Dec 7, 2023
1 parent ce6e93d commit 8bcc132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers/aws.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const sqsParser = (requestData, responseData) => {
}

if (shouldSkipSqsSpan(parsedReqBody, awsServiceData.messageId)) {
logger.info(
logger.debug(
`Not tracing empty SQS polling requests (override by setting the env var LUMIGO_AUTO_FILTER_EMPTY_SQS=FALSE)`
);
Object.assign(awsServiceData, getSpanSkipExportAttributes());
Expand Down

0 comments on commit 8bcc132

Please sign in to comment.