Edit Log Settings

URL:
https://<notebookserveradmin>/logs/settings/edit
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.7

Description

This operation updates the log settings for your ArcGIS Notebook Server site.

Request Parameters

ParameterDetails

Log location

The path to the directory on your machine where logs are written.

Log level

The highest level of detail at which logs will be recorded. For example, selecting WARNING (the default setting) will cause SEVERE and WARNING logs to be recorded.

Values from least frequent to most: SEVERE | WARNING | INFO | FINE | VERBOSE | DEBUG

Maximum log file age in days

The number of days that ArcGIS Notebook Server will save a log message. The default is 90.

Format

The response format. The default response format is html.

Values: html | json | pjson

Response Format

On a Linux machine

1
2
3
4
5
6
{"status": "success",
  "settings": {
    "logDir": "/data/ags/arcgis/server/usr/logs/",
    "logLevel": "INFO",
    "maxLogFileAge": 90
}}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close