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

change SimpleLogger implementation for slf4j for a more complete one #257

Open
MiniPlayer opened this issue May 16, 2017 · 0 comments
Open

Comments

@MiniPlayer
Copy link
Contributor

Currently we are using simpleLogger in root pom:
<dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>${org.slf4j.version}</version> </dependency>

we should use a more complete logger, like "log4j" or " logback" . maybe an other ?

Imply to change every simplelogger.properties by correponding config file of new api.
But we could still use simpleLogger in test scope ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant