Hi All,

 

Axis2C, by default writes the axis2.log file to logs directory. But we
need to write the axis2.log to a new directory say, axis2_log. 

I tried changing the Makefile and Makefile.in as below,

 

logsdir=$(prefix)/logs  # old

logsdir=$(prefix)/axis_logs  #mine

 

With the above changes, the log isn’t getting written to the new path.
Are the changes done above are valid and relevent? Is there any other
configuration that needs to be tuned? Or is it needs to taken care at
the code level of axutil? Please reply.

 

P.S: even Makefile.am has logsdir=$(prefix)/logs, which I haven’t
changed. Does it matter?

 

Regards,

~raghav

 

 


Reply via email to