I guess if you want to see stacktrace from *Your* code into muse.log file you have to use muse.utl.Logger class. You can use your own logger (log4j or other) and dump the trace in a separate log file.
--Baseer -----Original Message----- From: Jeff Hu (jefhu) Sent: Wednesday, February 21, 2007 11:34 AM To: [email protected] Subject: How to configure MUSE logging to spill out server side error stacktrace Can anyone enlighten me how to configure MUSE log to spill out server side error stack trace. I notice the muse.xml has <router> <java-router-class>org.apache.muse.core.routing.SimpleResourceRouter</ja va-router-class> <logging> <log-file>log/muse.log</log-file> <log-level>FINE</log-level> <!-- I set to 'ALL' according to http://ws.apache.org/muse/docs/2.0.0/specs/muse-descriptor.xsd --> </logging> .... For example, I run a client program and have client side stacktrace as following. However, the muse.log in server side and web-app server console contain not error information. It is very hard to debug. Many thanks! org.apache.muse.ws.addressing.soap.SoapFault: http://localhost:8080/1WSDMGateway/services/QueryServicePort at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien t.java:279) at com.cisco.nm.cmp.nbi.wsdm.client.core.NotificationProducerClient.invoke( NotificationProducerClient.java:119) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien t.java:235) at org.apache.muse.core.AbstractResourceClient.invoke(AbstractResourceClien t.java:213) at com.cisco.nm.cmp.nbi.wsdm.client.proxy.queryservice.QueryServicePortProx y.get(QueryServicePortProxy.java:35) at com.cisco.nm.cmp.nbi.wsdm.client.test.wsresource.QueryServicesGetAxis2WS STest.run(QueryServicesGetAxis2WSSTest.java:63) at com.cisco.nm.cmp.nbi.wsdm.client.test.wsresource.QueryServicesGetAxis2WS STest.main(QueryServicesGetAxis2WSSTest.java:39) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
