DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20655>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20655

AdminClient messages are NOT log messages

           Summary: AdminClient messages are NOT log messages
           Product: Axis
           Version: current (nightly)
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When we run the AdminClient it now prints:
[INFO] AdminClient - -Processing file
[INFO] AdminClient - -<Admin>Done processing</Admin>

to the screen.  There are two problems here:
1 - it doesn't show the file name anymore
2 - these are being displayed as logging messages instead of normal println's.
This are NOT logging messages (or debugging messages) these are there
as the normal output for the end user.  If we want to control the output
of these then we need to add either a -v (verbose) or -q (quiet) option to
show/hide these but these are NOT logging messages and should not be displayed
(or not displayed) based on the log4j.properties file.
This is a change from 1.0 behaviour.

Reply via email to