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

Use SLF4J SimpleLogger #562

Merged
merged 2 commits into from
Jul 13, 2022
Merged

Use SLF4J SimpleLogger #562

merged 2 commits into from
Jul 13, 2022

Conversation

jbachorik
Copy link
Collaborator

This PR is introducing SLF4J SimpleLogger as a replacement for a very sub-par BTrace logging implementation.

In addition to using a standard logging API the SimpleLogger also provides a few configuration knobs (https://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html).

The downside is that the logging level is shared amongst all the deployed probes and the loggers are not dynamically reconfigured. Given that such behaviour is already quite ill defined and not running with debug verbosity is mostly useful when debugging a particular problem this might turn out to be a non-problem.

@jbachorik jbachorik added this to the 2.3.0 milestone Jul 9, 2022
@jbachorik jbachorik merged commit e615105 into develop Jul 13, 2022
@jbachorik jbachorik deleted the jb/use_slf4j branch July 13, 2022 20:53
@jbachorik jbachorik modified the milestones: 2.3.0, 2.2.3 Nov 10, 2022
@jbachorik jbachorik modified the milestones: 2.3.0, 2.2.3 Dec 23, 2022
This pull request was closed.
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.

1 participant