I saw this commit where the maximum log file size is set to 1M.

I am just curious to know, what happens when it exceeds 1M?

Also, for a production system, I deem that 1M is too small.

Samisa...

-------- Original Message --------
Subject: svn commit: r591271 - /webservices/axis2/trunk/c/util/include/axutil_utils.h
Date:   Fri, 02 Nov 2007 08:58:07 -0000
From:   [EMAIL PROTECTED]
To:     [EMAIL PROTECTED]



Author: damitha
Date: Fri Nov  2 01:58:07 2007
New Revision: 591271

URL: http://svn.apache.org/viewvc?rev=591271&view=rev
Log:
made the default maximum log file size 1M

Modified:
   webservices/axis2/trunk/c/util/include/axutil_utils.h

Modified: webservices/axis2/trunk/c/util/include/axutil_utils.h
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_utils.h?rev=591271&r1=591270&r2=591271&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_utils.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_utils.h Fri Nov  2 01:58:07 
2007
@@ -40,7 +40,7 @@
     * @file axutil_utils.h
     */

-#define AXUTIL_LOG_FILE_SIZE 1024 * 1024 * 8
+#define AXUTIL_LOG_FILE_SIZE 1024 * 1024 * 1
#define AXUTIL_LOG_FILE_NAME_SIZE 512

    /** This macro is called to check whether structure on which function is 
called



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Samisa Abeysinghe

http://people.apache.org/~samisa/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to