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

[MODULES-447] Make the ModuleLoggerFinder.activate() method public. A… #328

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

jamezp
Copy link
Contributor

@jamezp jamezp commented Feb 23, 2024

…lso, activate the ModuleLoggerFinder if a threshold is hit.

https://issues.redhat.com/browse/MODULES-447

@@ -142,6 +144,24 @@ static void activate(final ClassLoader cl) {
}
}

private static int getMaxLogMessages() {
final int dft = 10_000;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note this is a completely arbitrary number and if there is a better default, please let me know.

…lso, activate the ModuleLoggerFinder if a threshold is hit.

https://issues.redhat.com/browse/MODULES-447
Signed-off-by: James R. Perkins <jperkins@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant