Author: damitha
Date: Thu Dec  6 08:03:39 2007
New Revision: 601771

URL: http://svn.apache.org/viewvc?rev=601771&view=rev
Log:
makeing default log level trace

Modified:
    webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c?rev=601771&r1=601770&r2=601771&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_1/rm_echo_1_1.c Thu Dec  6 
08:03:39 2007
@@ -79,7 +79,7 @@
    
     /* Set up the environment */
     env = axutil_env_create_all("rm_echo_1_1.log", 
-            AXIS2_LOG_LEVEL_CRITICAL);
+            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]

Reply via email to