We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
There are a few INFO log entries below, and they are repeatedly printed:
INFO: getShardList: begin INFO: getShardList: done INFO: syncShardLeases: begin INFO: syncShardLeases: done INFO: cleanupLeasesOfFinishedShards: begin INFO: cleanupLeasesOfFinishedShards: done INFO: cleanupGarbageLeases: begin INFO: cleanupGarbageLeases: done INFO: determineNewLeasesToCreate: begin INFO: determineNewLeasesToCreate: done
I tried to suppress them in my logback settings but it doesn't seem to work
<logger name="com.amazonaws.services.dynamodbv2.streamsadapter" level="WARN" />
Any suggestion how to suppress them?
One more thing is that there are a couple of WARNING log entries during startup, and I think they sound like INFO level in stead of WARNING:
WARNING: Received configuration for region as eu-west-1.
Regards, Tien
The text was updated successfully, but these errors were encountered:
Any update on this? Why do StreamsWorkerFactory.createClient log a warning no matter what arguments you pass it? https://github.com/awslabs/dynamodb-streams-kinesis-adapter/blob/master/src/main/java/com/amazonaws/services/dynamodbv2/streamsadapter/StreamsWorkerFactory.java#L278-L288
Sorry, something went wrong.
Similar issue here. Need a way to stop logging unwanted info logs
No branches or pull requests
Hi,
There are a few INFO log entries below, and they are repeatedly printed:
I tried to suppress them in my logback settings but it doesn't seem to work
<logger name="com.amazonaws.services.dynamodbv2.streamsadapter" level="WARN" />
Any suggestion how to suppress them?
One more thing is that there are a couple of WARNING log entries during startup,
and I think they sound like INFO level in stead of WARNING:
WARNING: Received configuration for region as eu-west-1.
Regards,
Tien
The text was updated successfully, but these errors were encountered: