-
Notifications
You must be signed in to change notification settings - Fork 204
MOSIP-18889 #2174
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
base: develop
Are you sure you want to change the base?
MOSIP-18889 #2174
Conversation
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we need change in this file. We need to need JUL to SLF4J bridge to be installed before other loggers gets initialized.
| LogManager.getLogManager().reset(); | ||
| SLF4JBridgeHandler.removeHandlersForRootLogger(); | ||
| SLF4JBridgeHandler.install(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Why we need to explicitly install the JUL --> SLF4J bride. How it is different as compared to other apps such as packet manager etc. Why we are not able to see these different format there?
| /** | ||
| * The Constant regProcLogger. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these unnecessary changes are there ?
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
Signed-off-by: kaledOu <kaled.ouali@gmail.com>
No description provided.