amazon-sqs-java-messaging-lib icon indicating copy to clipboard operation
amazon-sqs-java-messaging-lib copied to clipboard

No way to turn off or configure logging directly for sending sqs messages

Open nissimlavy opened this issue 10 years ago • 1 comments

From looking at the code, it doesn't seem like there is any way to configure sqs and disable or limit logging when sending to sqs. So if I'm sending thousands of messages per few seconds, that generates a lot of logs and hurts performance

nissimlavy avatar Aug 28 '15 15:08 nissimlavy

You can tweak the logging level in log4j directly. I'm also marking this as feature request, so that all log.X statements are wrapped in check if the logging is enabled on that level (to avoid creating log message strings).

kuba-aws avatar Apr 25 '17 17:04 kuba-aws

Is this enhancement released?

abhyudayareddy avatar Apr 10 '23 19:04 abhyudayareddy

Is this enhancement released?

Any updates on this release?

PaulMoustakas avatar Oct 04 '23 13:10 PaulMoustakas