Author: damitha
Date: Thu Nov 29 03:29:37 2007
New Revision: 599388
URL: http://svn.apache.org/viewvc?rev=599388&view=rev
Log:
making default log level of the sample TRACE
Modified:
webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c
Modified:
webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c?rev=599388&r1=599387&r2=599388&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c
(original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c
Thu Nov 29 03:29:37 2007
@@ -77,7 +77,7 @@
/*env = axutil_env_create_all("rm_echo_single_1_0.log",
AXIS2_LOG_LEVEL_ERROR);*/
env = axutil_env_create_all("rm_echo_single_1_0.log",
- AXIS2_LOG_LEVEL_DEBUG);
+ AXIS2_LOG_LEVEL_TRACE);
/* Set end point reference of echo service */
address = "http://127.0.0.1:9090/axis2/services/RMSampleService";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]