Table of Contents | ||||
---|---|---|---|---|
|
...
Parameter | Description |
---|---|
| Access token generated from the SeaLights server |
| Path to file containing access token generated from the SeaLights server |
| Name of the application |
| The source branch of the application |
| The build label of the current build |
| Comma-separated list of packages to include in scan Supports wildcards (* = any string, ? = any character). For example: 'com.example.* ,io.*.demo, com.?ello.world' |
| Comma-separated list of packages to exclude from scan Supports wildcards (* = any string, ? = any character). For example: 'com.example.* ,io.*.demo, com.?ello.world' |
| Optional: A user provided session ID. (This ID must be under 35 40 characters length). |
| Address of proxy to run connection through |
| Path to a file to save the build session id in. Default: |
...
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. |