2 Replies Latest reply on Dec 24, 2007 3:35 AM by rukus

    howto disable debug output from client

    rukus

      when i runnig ws client there is some debug output... how i can disable it?
      ouput looks like:


      DEBUG [main] (JAXWSClientMetaDataBuilder.java:76) - START buildMetaData: [service={http://test.com/}TestService]
      ....................
      and more




        • 1. Re: howto disable debug output from client
          peterj

          You did not state which version of JBossWS you are using, so I will assume the version that is in JBossAS 4.2.2.

          The log4j.properties file can be found in client/jbossws-client.jar. It is set to log to the console at debug level, you can change it to log at WARN or ERROR instead.

          • 2. Re: howto disable debug output from client
            rukus

             

            "PeterJ" wrote:
            You did not state which version of JBossWS you are using, so I will assume the version that is in JBossAS 4.2.2.

            The log4j.properties file can be found in client/jbossws-client.jar. It is set to log to the console at debug level, you can change it to log at WARN or ERROR instead.

            Thanks a lot - it works :)