When soap is initialized, SENT RECV and TEST .log file
are set as default.
Although it is possible to override default values
using soap_set_XXX_logfile service, this take effect
only after soap_init.
soap_init service will anyway write some log on
TEST.log during its startup.
Proposal: check if in soap_init before writing to
logfile. Provide a macro to override default value for
TEST.log (e.g. TESTLOG_FILE_DEFAULT) so that it is
possible to catch those loglines w/o creating 2
different files.
Please note that current working directory may be not
writeable and logs could be missed if not properly set.
Bye.
attilio.erriquez@libero.it