I am pretty confused why CXF (2.5) doesn't log through Filehandler while
other applications can successfully log on the same file (using same
logging.properties file) . 
Can someone hint me if I am missing anything ?

Here is my logging.properties file:

handlers=java.util.logging.FileHandler
.level=ALL
java.util.logging.FileHandler.level=ALL
java.util.logging.FileHandler.pattern=./file.log
java.util.logging.FileHandler.limit=50000
java.util.logging.FileHandler.count=1
java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter


--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-doesn-t-Log-via-FileHandler-in-java-util-Logging-tp5080067p5080067.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to