You are not using the correct log4j entry here. The correct package structure is : org.apache.axis2.transport
The log4j entry will look like : log4j.logger.org.apache.axis2.transport=DEBUG On Tue, Dec 31, 2013 at 9:09 AM, Robert Dodier <robert.dod...@gmail.com> wrote: > I tried to set up logger properties for this purpose, > but I don't get any output from any org.apache.axis.transport.* > class. My log4j.properties is shown below. > I'm working from a suggestion made here: > http://mail-archives.apache.org/mod_mbox/axis-java-user/200806.mbox/%3c30a5f9d51c0d9d47bd8d89c85b49e70002116...@evs2.corp.rightnow.com%3E > > If someone can suggest something else to try, that would be terrific. > > best, > > Robert Dodier > > > PS. > log4j.rootLogger=debug, stdout > log4j.appender.stdout=org.apache.log4j.ConsoleAppender > log4j.appender.stdout.layout=org.apache.log4j.PatternLayout > log4j.appender.stdout.layout.ConversionPattern=%d %-5p: %c - %m%n > log4j.logger.org.apache.axis.transport=DEBUG, stdout > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org > For additional commands, e-mail: java-user-h...@axis.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org