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

Enhancements #17

Merged
merged 22 commits into from
May 13, 2021
Merged

Enhancements #17

merged 22 commits into from
May 13, 2021

Conversation

cbonthala
Copy link
Contributor

Below are some enhancements made for this logger

  1. Add Timer scope
  2. Prefill exception fields
  3. Make logger config required
  4. Evaluate payload only when we actually need it

Resolves reported issues #7 and #13

cbonthala and others added 22 commits May 12, 2021 20:04
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
…ficationListener

Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Signed-off-by: Tim Gonzales <tgonzales@avioconsulting.com>
Security Vulnerability for log4j-core versions < 2.13.2: Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.
…splays an error when the developer forget to attach config to the logger connector
This was linked to issues May 13, 2021
@github-actions
Copy link
Contributor

github-actions bot commented May 13, 2021

Unit Test Results

0 files  ±0  0 suites  ±0   0s ⏱️ ±0s
0 tests ±0  0 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 34605ce. ± Comparison against base commit 34605ce.

♻️ This comment has been updated with latest results.

@cbonthala cbonthala closed this May 13, 2021
@cbonthala cbonthala reopened this May 13, 2021
@cbonthala cbonthala merged commit 34605ce into master May 13, 2021
@cbonthala cbonthala deleted the develop branch May 13, 2021 02:29
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.

Make payload lazily evaluated Add a timer frame for logging
2 participants