Skip to content

CAUTION: This site hosts draft documentation for the next release. For published content of the latest release, visit www.eclipse.org/openj9/docs

-Dcom.ibm.tools.attach.log.name

Specify the path and prefix for the log files.

Syntax

    -Dcom.ibm.tools.attach.log.name=<path/prefix>
Setting Value Default
<path/prefix> [string] VM process directory

By default, when -Dcom.ibm.tools.attach.logging=true is set, timestamped log files are written to the current directory for the running VM. Use the -Dcom.ibm.tools.attach.log.name option to change the path and prefix for the logfiles.

See also