You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 logs are filling up with these types of messages:
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:
snowplow-s3-loader/src/main/scala/com.snowplowanalytics.s3/loader/KinesisS3Emitter.scala
Line 110 in e27bf93
The text was updated successfully, but these errors were encountered: