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

Use slf4j to log errors and information not System.out / System.error #675

Open
e-roeling opened this issue Oct 17, 2024 · 0 comments
Open

Comments

@e-roeling
Copy link
Contributor

We use elastic search to collect the logging of all environments. For environments on which FitNesse is running we run into issues with stack traces, this is caused by the fact that they are just printed to System.out.

I see that some classes already make use of slf4j. It would help us if this can be done for all classes (Except for JUnitTeamcityReporter as the logging in this class if from a different nature.)

I will add a pull request for this.

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