Tested initial implementation: basic UAC, client registration, authentication, etc

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@141 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h
index 205df1d..b836b53 100644
--- a/pjlib/include/pj/config.h
+++ b/pjlib/include/pj/config.h
@@ -175,10 +175,10 @@
  * This may affect the stack usage, depending whether PJ_LOG_USE_STACK_BUFFER
  * flag is set.
  *
- * Default: 800
+ * Default: 1500
  */
 #ifndef PJ_LOG_MAX_SIZE
-#  define PJ_LOG_MAX_SIZE	    800
+#  define PJ_LOG_MAX_SIZE	    1500
 #endif
 
 /**