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

log4j not initialized correctly #18

Open
darioamorosodaragona-tuni opened this issue Sep 19, 2023 · 0 comments
Open

log4j not initialized correctly #18

darioamorosodaragona-tuni opened this issue Sep 19, 2023 · 0 comments

Comments

@darioamorosodaragona-tuni

Seems that log4j is not initialized correctly (was not able to see any log in the terminal, jut the warning from log4j stating a not proper configuration for the logger).

To fix the problem and see the log in the terminal I had to add the following lines in GitLogExtractor.java and GitTruckFactor.java:

import org.apache.log4j.BasicConfigurator;
[...]
//in the main or in the constructor
BasicConfigurator.configure();
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

No branches or pull requests

1 participant