You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/11/29 12:29:38 UTC

svn commit: r599388 - /webservices/sandesha/trunk/c/samples/rm_echo_single_1_0/rm_echo_single.c

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: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org