I'm not sure which logging framework you are using iI would like to suggest
the following simple steps
please add logback-classic.jar to your classpath, logback tries to load
logback.xml if it doesn't found in the classpath it logs using console
appender this is the default logback behavior.

Happy logging :)

On Fri, Mar 8, 2019 at 9:41 PM G.Dab <[email protected]> wrote:

> Made some progress on this.  I pulled the logging.properties file out of my
> .jar and placed it in the same folder as the jar. To run the client from
> command line, from within the folder I ran:
>
> java -Djava.util.logging.config.file=logging.properties -jar
> /NameOfJar.jar/
>
>
>
>
>
> --
> Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
>

Reply via email to