public class LogPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Long |
file_logging
(boolean)
Whether to write log messages to a file.
|
static java.lang.Long |
file_logLevel
(String)
Debug level for file logging.
|
static java.lang.Long |
file_maxKBPerVM
(int)
Maximum size of each VM's log file in kilobytes.
|
static java.lang.Long |
mergeLogFiles
(String)
Whether to create a merged log file after the test run.
|
static java.lang.Long |
mergeLogFilesArgs
(String)
Arguments to
MergeLogFiles to use
when merging log files. |
static java.lang.Long |
mergeLogFilesMaxHeapMB
(String)
Maximum heap, in megabytes, to use when merging log files.
|
| Constructor and Description |
|---|
LogPrms() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static java.lang.Long file_logging
public static java.lang.Long file_logLevel
LogWriter for valid options.
Default is "info".public static java.lang.Long file_maxKBPerVM
public static java.lang.Long mergeLogFiles
"true" (always merge logs),
"false" (never merge logs), and
"onFailure" (merge logs when a test does not
pass). By default, the log files are never merged.public static java.lang.Long mergeLogFilesMaxHeapMB
public static java.lang.Long mergeLogFilesArgs
MergeLogFiles to use
when merging log files. The hydra default is "-dirCount 1". Note that
the "-mergeFile" argument is accounted for internally.Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.