- URL:
- https://<logs-url>/settings
- Methods:
GET
Description
This resource returns the current log settings.
Request parameters
Parameter | Details |
---|---|
| The response format. The default is Values: |
Example usage
Below is a sample request URL for the settings
resource:
https://machine.domain.com/webadaptor/admin/logs/settings?f=json
JSON Response example
{
"settings": {
"logDir": "C:\\arcgisserver\\logs\\"
"logLevel": "INFO",
"maxLogFileAge": 90,
"maxErrorReportsCount": 10
}
}