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