[ 
https://issues.apache.org/jira/browse/CXF-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12672612#action_12672612
 ] 

David Bosschaert commented on CXF-1988:
---------------------------------------

The bulk of the logging stems from the default settings of the JDK logger. 
Changing the default JDK log level from INFO to WARNING got rid of most of the 
log messages. I don't think we can do much about the default JDK log level 
being INFO. I don't think providing an alternative JDK log file would be much 
value to users.

However, there is one WARNING message that can be fixed:
  WARNING: Reading configuration property org.ops4j.pax.web.session.timeout has 
failed

This has been fixed in the generated configuration files for Felix and Equinox 
in R743307

> The default amount of logging should be significantly reduced
> -------------------------------------------------------------
>
>                 Key: CXF-1988
>                 URL: https://issues.apache.org/jira/browse/CXF-1988
>             Project: CXF
>          Issue Type: Bug
>          Components: Distributed-OSGi
>            Reporter: David Bosschaert
>            Assignee: David Bosschaert
>
> There's just too much logging messages being printed. Just run the greeter 
> demo and see. 
> While I agree that these logging messages are potentially useful, they are 
> ugly for the case where everything is just working.
> In my opinion, the only log messages that should appear by default is when a 
> service is remoted (1 line) and when a client connection to a service is made 
> (1 line)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to