Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2020.2

...

PropertyDescription
parasoft.logging.config.jar.file 

Specifies the preconfigured JAR file shipped withSOAtest that contains logging settings. This is the recommended property to use for enabling logging.

Example:

No Format
-J-Dparasoft.logging.config.jar.file=/com/parasoft/xtest/logging/log4j/config/verboseeclipse.consoleon.xml
parasoft.logging.config.file 

Specifies a log4j configuration file on disk. Use this system property if you have your own log4j configuration file and are unable to use the parasoft.logging.config.jar.file property, such as configuring server deployments. 

Example:

No Format
-J-Dparasoft.logging.config.file=<PATH_TO_LOG4J_CONF_FILE>

...