alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (logging_atompush_atompub.properties)

This example Apache CXF source code file (logging_atompush_atompub.properties) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

all, all, atom, atom, jul, need, off, off, set, set

The Apache CXF logging_atompush_atompub.properties source code

# Atom logger plus echo on console
handlers = org.apache.cxf.management.web.logging.atom.AtomPushHandler, java.util.logging.ConsoleHandler

# Set the default logging level for the root logger
.level = ALL

# Set logging levels for the package-named loggers 
org.apache.cxf.systest.jaxrs.level = ALL

# Need to turn off logging from surrounding environment to properly count log entries in tests
# (specified sub-entries since root level overrides sub-levels... yes, JUL is dumb :)
org.apache.cxf.jaxrs.level = OFF
org.apache.cxf.phase.level = OFF
org.apache.cxf.service.level = OFF
org.apache.cxf.interceptor.level = OFF
org.apache.cxf.transport.level = OFF
org.apache.cxf.bus.level = OFF
org.apache.cxf.configuration.level = OFF
org.apache.cxf.endpoint.level = OFF
org.apache.cxf.resource.level = OFF
org.springframework.level = OFF
org.mortbay.level = OFF
org.eclipse.level = OFF
org.apache.axiom.level = OFF
org.apache.cxf.ws.policy.level = OFF

# Atom handler specific settings
org.apache.cxf.management.web.logging.atom.AtomPushHandler.url = http://localhost:9080/atomPub
org.apache.cxf.management.web.logging.atom.AtomPushHandler.batchSize = 1
org.apache.cxf.management.web.logging.atom.AtomPushHandler.output = entry
org.apache.cxf.management.web.logging.atom.AtomPushHandler.multiplicity = one
org.apache.cxf.management.web.logging.atom.AtomPushHandler.format = extension

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF logging_atompush_atompub.properties source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.