Hi All,
It is useful to have file name and number info in some log messages.
As an example, debug level log messages must have this to help find
where it went wrong.
I get the following debug messages from simple axis server when
testing and I have no clue on where they came from:
[debug] AXIS2_XML_READER_START_ELEMENT
[debug] identified soap version is soap12
[debug] AXIS2_XML_READER_SPACE
[debug] AXIS2_XML_READER_START_ELEMENT
[debug] AXIS2_XML_READER_SPACE
[debug] AXIS2_XML_READER_END_ELEMENT
[debug] AXIS2_XML_READER_SPACE
[debug] AXIS2_XML_READER_END_ELEMENT
Also, just poping up the error code in the log makes no sense. We
need more details, human readable and understandable message into the log.
Please help fix this.
Thanks,
Samisa...