Skip to content
New issue

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

Reduce logs verbosity #171

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

julienrf
Copy link
Collaborator

@julienrf julienrf commented Jul 11, 2024

Set the log level of the class DynamoDBClient to WARN to reduce disk usage.

Fixes #167

Tested locally: I created a table with 10k items. Without the fix, running the migration creates a log file with 10k lines all containing “BatchWriteItem deletionMode false”. With the fix, those lines are not present and the log file weighs just a few kB.

Set the log level of the class `DynamoDBClient` to `WARN` to reduce disk usage.

Fixes scylladb#167
@tarzanek tarzanek merged commit 6e445c1 into scylladb:master Jul 12, 2024
1 check passed
@julienrf julienrf deleted the fix-logging-issue branch July 12, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$SPARK_HOME/work can fill up on worker nodes during DynamoDB migration
2 participants