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

TRUNK-5114 Using different logging implementations instead of facade #2080

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

teleivo
Copy link
Member

@teleivo teleivo commented Mar 20, 2017

  • replace use of log4j with slf4j logging facade in PersonValidator
  • use parametrized message with log.debug which avoids superfluous
    object creation when the logger is disabled for the DEBUG level and
    removes if clause which causes a double check for wether DEBUG level is
    enabled

Description

Related Issue

see https://issues.openmrs.org/browse/TRUNK-5114

* replace use of log4j with slf4j logging facade in PersonValidator
* use parametrized message with log.debug which avoids superfluous
object creation when the logger is disabled for the DEBUG level and
removes if clause which causes a double check for wether DEBUG level is
enabled
@mention-bot
Copy link

@teleivo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bmamlin, @samshuster and @djazayeri to be potential reviewers.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 55.918% when pulling 76b9334 on teleivo:TRUNK-5114 into 19fee50 on openmrs:master.

@teleivo teleivo merged commit 00da6e0 into openmrs:master Mar 20, 2017
@teleivo teleivo deleted the TRUNK-5114 branch March 20, 2017 09:32
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.

3 participants