Description
The settings resource returns the current log settings.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample request URL used to access the settings resource:
https://organization.example.com/<context>/admin/logs/settings?f=pjsonJSON Response example
{
"settings": {
"logDir": "C:\\arcgisvideoserver\\logs\\"
"logLevel": "INFO",
"maxLogFileAge": 90,
"maxErrorReportsCount": 10
}
}