Executing the Script File That Invokes Log Setting
To execute the script file that invokes log setting, use a command of the following format:
CentraSiteCommand set Log [-url <CENTRASITE-URL>] -user <USER-ID>
-password<PASSWORD> -file <CONFIG-FILE>
Example 25. Example
CentraSiteCommand set Log -url http://localhost:53307/CentraSite/CentraSite
-user Administrator -password manage -file config.xml
Input Parameters
The following table describes the complete set of input parameters that you can use with the set Log utility:
Parameter | Description |
-url | The fully qualified URL (http://localhost:53307/CentraSite/CentraSite) for the CentraSite registry/repository. |
-user | The user ID of a user who has the CentraSite Administrator role. |
-password | The password of the user identified by the parameter -user. |
-file | The absolute or relative path to the XML configuration file. If relative, the path should be relative to the location from where the command is executed. |