Skip to content

Adding log4j as a test-dependency for all modules. #203

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

Merged
merged 1 commit into from
Dec 7, 2016

Conversation

NiteshKant
Copy link
Contributor

Problem

For all tests there is no logger implementation and hence it is difficult to debug the tests sometimes.

Modification

Added a testCompile dependency on log4j for all modules and log4j configuration file.

Result

No more "no logger found" warning and logs configured.

#### Problem

For all tests there is no logger implementation and hence it is difficult to debug the tests sometimes.

#### Modification

Added a `testCompile` dependency on log4j for all modules and log4j configuration file.

#### Result

No more "no logger found" warning and logs configured.
Copy link
Member

@stevegury stevegury left a comment

Choose a reason for hiding this comment

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

LGTM

@NiteshKant NiteshKant merged commit f69422c into rsocket:0.5.x Dec 7, 2016
@NiteshKant NiteshKant deleted the 0.5.x-logging branch December 7, 2016 22:30
ilayaperumalg pushed a commit to ilayaperumalg/rsocket-java that referenced this pull request Dec 26, 2017
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.

2 participants