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

Too much logging to system out when using webapp #800

Open
jacodg opened this issue May 3, 2022 · 0 comments
Open

Too much logging to system out when using webapp #800

jacodg opened this issue May 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@jacodg
Copy link
Contributor

jacodg commented May 3, 2022

Describe the bug
The Frank!Runner is now using the Frank!Flow webapp. This generates a lot of logging in the Tomcat window when you go to https://localhost/frank-flow/ I think this is caused by the CXF logging not being configured. I did a small test locally by copying slf4j-api and slf4j-simple jars from ibis-ladybug-test-webapp to frank-runner\build\apache-tomcat-9.0.60\webapps\frank-flow\WEB-INF\lib and adding simplelogger.properties to frank-runner\build\apache-tomcat-9.0.60\webapps\frank-flow\WEB-INF\classes with:

org.slf4j.simpleLogger.log.org.apache.cxf.interceptor=WARN

This seems to work but maybe we want you use log4j? See https://github.com/ibissource/frank-flow/blob/master/frank-flow-webapp/src/main/resources/log4j2.xml also. I think the name "INVALID CONFIGURATION" needs to be changed or implies that it is work in progress?

Reporter
Jaco de Groot

Category
Backend

To Reproduce
Steps to reproduce the behavior:

  1. Start Frank2Example1
  2. Goto https://localhost/frank-flow/
  3. See logging in Tomcat window

Expected behavior
No logging in Tomcat window when using Frank!Flow

Screenshots
-

Additional context
-

@jacodg jacodg added the bug Something isn't working label May 3, 2022
@jacodg jacodg added this to the Backlog milestone May 3, 2022
@nielsm5 nielsm5 removed this from the Backlog milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants