You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The run command for a silent Windows Private Location Installation via CLI is incorrect and inconsistent with the required deployment property for the worker configuration filepath.
WORKERCONFIG_FILEPATH has been corrected to the below, as has the filepath recommendation, which should point the the config the user has downloaded via the UI. The service will not install correctly with WORKERCONFIG_FILEPATH.
CONFIG_FILEPATH=<path_to_your_worker_config_file>
@@ -663,7 +663,7 @@ Additional parameters can be added:
663
663
| LOGGING_ENABLED | When enabled, this configures file logging. These logs are stored in the installation directory under the logs folder. | 0 | `--enableFileLogging` | 0: Disabled<br>1: Enabled |
664
664
| LOGGING_VERBOSITY | Configures the logging verbosity for the program. This affects console and file logs. | This affects console and file logs. | `-vvv` | `-v`: Error<br>`-vv`: Warning<br>`-vvv`: Info<br>`vvvv`: Debug |
665
665
| LOGGING_MAXDAYS | Number of days to keep file logs on the system before deleting them. Can be any number when running an unattended installation. | 7 | `--logFileMaxDays` | Integer |
666
-
| WORKERCONFIG_FILEPATH | This should be changed to the path to your Synthetics Private Location Worker JSON configuration file. Wrap this path in quotes if your path contains spaces. | <None> | `--config` | String |
666
+
| CONFIG_FILEPATH | This should be changed to the path to your Synthetics Private Location Worker JSON configuration file. Wrap this path in quotes if your path contains spaces. | <None> | `--config` | String |
0 commit comments