1 Reply Latest reply on Aug 28, 2013 4:23 PM by peterj

    AS5 logging from web service to server.log

    kc7bfi

      I have a web service that uses log4j for logging. I want to log the data to the server.log file. However, I see no logging in the server.log from from the web service. I'm sure this is a simple question but can anyone help be figure this out? Thanks, David

        • 1. Re: AS5 logging from web service to server.log
          peterj

          Your logging should show up automatically unless the jboss-log4j,xml file was changed. Double-check that file to make sure that the trace levels were not set to info or something like that. The file is in server/default/conf.

           

          Another thought - you are talking about the log.debug("xxx") statement in your code, right? Or are you talking about logging the contents of the web service calls? If the latter, which web services framework are you using?