avioconsulting / log4j2-sqs-appender

A custom appender for log4j2 which ships all the application logs to specified Amazon SQS queue in a specified region.
BSD 2-Clause "Simplified" License
8 stars 8 forks source link

Large message processing #6

Closed adammead closed 2 years ago

adammead commented 2 years ago

This splits the message into multiple SQS messages based on the size configured. Default size is 250KB, which allows room for reassembly information in the messages placed on the queue.

I also removed System.out.println() statements and replaced them with Log4j logger

github-actions[bot] commented 2 years ago

Unit Test Results

0 files  0 suites   0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 94338695.

github-actions[bot] commented 2 years ago

Unit Test Results

0 files  0 suites   0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit 224d8281.

:recycle: This comment has been updated with latest results.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication