| FRAMES | NO FRAMES | Description | Parameters | Response |
| URL: |
http://server:port/arcgis/admin/logs/settings
|
|---|---|
| HTTP Method: | GET |
| Parent Resource: | Logs |
| Supported Operations: | Edit Log Settings |
The log settings are for the entire site. A GET request returns the current settings.
| Parameter | Description |
|---|---|
| f | The response format. [html|json|pjson] |
{ "settings": {
"logDir": "C:\\arcgisserver\\logs\\"
"logLevel": "INFO",
"maxLogFileAge": 90,
"maxErrorReportsCount": 10
}}