Skip to content

Set log level of records serialized to DEBUG #174

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

Closed
jbeemster opened this issue May 15, 2020 · 0 comments · Fixed by #191
Closed

Set log level of records serialized to DEBUG #174

jbeemster opened this issue May 15, 2020 · 0 comments · Fixed by #191
Milestone

Comments

@jbeemster
Copy link
Member

The logs are filling up with these types of messages:

[RecordProcessor-0000] WARN com.snowplowanalytics.s3.loader.S3Emitter - Successfully serialized 2187 records out of 2187

This for one seems like a weird log level to use for this message but also costs money when using tools like CloudWatch to store logs. Would be good to move this to DEBUG level.

The offending line:

s3Emitter.log.warn(s"Successfully serialized $successSize records out of ${successSize + failures.size}")

@benjben benjben added this to the Version 0.7.1 milestone Dec 4, 2020
@benjben benjben changed the title Logging of records serialized at WARN level Set log level of records serialized to DEBUG Dec 11, 2020
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 a pull request may close this issue.

2 participants