Hi,


I was thinking about the httpd module case, and it looks like we may have to introduce a new httpd.conf config parameter to support this.


I did the following change to mod_axis2.c

      ...........
      ...........
       else if (!strcasecmp(str, "debug"))
       {
           level = AXIS2_LOG_LEVEL_DEBUG;
       }
       else if (!strcasecmp(str, "user"))
       {
           level = AXIS2_LOG_LEVEL_USER;
       }

and then changed the log level in httpd.conf as follows
Axis2LogLevel user

After that when I write an user log in echo server sample it seems to work. ie. write only user level and critical/error messages in the log file. I hope this has done what we require. isn't it?

Yes and thanks for the update. This is solving the log level stuff.

My thoughts were on the lines of how to set max log file size when using mod apache2.

Hmmm, yes we need to add a new config parameter to httpd.conf. How about
Axis2MaxLogFileSize ?

Damitha



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

Reply via email to