GitHub user aledsage opened a pull request:

    https://github.com/apache/brooklyn-server/pull/198

    Change org.apache.cxf log level to ERROR

    The previous change to “SEVERE” doesn’t work, because that is not a
    logbook logging level.
    
     In the stdout of Brooklyn, we were still getting:
    
        10:55:48,833 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction 
- Setting level of logger [org.apache.cxf] to DEBUG
    
    With this change, we get:
    
        10:58:19,047 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction 
- Setting level of logger [org.apache.cxf] to ERROR


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aledsage/brooklyn-server fix/cxf-logging-level

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/brooklyn-server/pull/198.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #198
    
----
commit 40112973d9ab9796adfa93c109a9050709d5e21f
Author: Aled Sage <[email protected]>
Date:   2016-06-14T10:03:39Z

    Change org.apache.cxf log level to ERROR
    
    The previous change to “SEVERE” doesn’t work, because that is not a
    logbook logging level.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to