Table of Contents | ||||
---|---|---|---|---|
|
...
Parameter | Description |
---|---|
| Path to Sealights Java test agent jar |
| Access token generated from the SeaLights server |
| Path to file containing the access token generated from the SeaLights server |
| Session ID of configuration created |
| Path to file containing the Session ID of configuration created |
| One or several tags (comma separated) to be passed to Sealights in order to label the test listener in the cockpit |
| Unique ID for a set of test labs in case multiple labs are running simultaneously |
| Address of proxy to run connection through |
| Name of the test stage (When running with JMeter) |
| Path to a folder that the agent can save temporary files to |
| Location of Path to the webapps folder to search for the artifcat infolder containing the artifact of the application, by default 'webapps'. |
Logging
In order to enable logs, you can set the following parameters as environment variables or, when using as javaagent
, add them as -Dsl.*
parameters
Parameter | Description |
---|---|
| Sets the log level to one of the following: "off", "error", "warn", "info", "debug" |
| Set to true to enable log output to the console |
| Set to true to enable log output to a file |
| Provide a folder to save the log files in |
| Provide the name of the log file |
| Limit the number of log files to create. Default: 10 |
| Limit the size of the log file in megabytes (MB). Default value is 10 (i.e. 10*1024 KB) |
| Special JVM parameter to allow logging in Java 9 and later in addition to -Dsl.log.* above. |