Parameter | Description |
%h | the fully-qualified host name of the machine |
%i | the IP address of the machine corresponding to localhost |
%D | the time stamp corresponding to the current date-time in yyyyMMddHHmmssSSS format |
%H | the user's home directory corresponding to the user.home Java system property |
%n | the username corresponding to the user.name Java system property |
%o | the operating system name corresponding to the os.name Java system property |
%a | the processor architecture corresponding to the os.arch Java system property |
%v | the operating system version corresponding to the os.version Java system property |
%t | the temporary directory corresponding to the java.io.tmpdir Java system property |
%d | unique temporary directory |
%(system property) | a standard or custom Java system property. If a custom Java property needs to be used, it should be first set in the JVM by setting it in JAVA_OPTS in the -Djava.custom.property=value format. |