Skip To Content

Optional: Configuring log settings

The log level for ArcGIS Workflow Manager Server and Workflow Manager Web App is used to determine the level of detail to capture.

Workflow Manager Server

You may want to change the default log level from INFO to capture additional details of the events related to service creation and startup.

  1. Edit the <ArcGIS Server installation location>\workflowmanager\conf\logback.xml file.
  2. Locate the line <logger name="esri.workflow" level="INFO" />.
  3. Update the log setting to one of the following (case sensitive):
    • ERROR
    • WARN
    • INFO
  4. Save the file.
  5. Restart the ArcGIS Workflow Manager Server service using the Windows Services console.

Workflow Manager Web App

You may want to change the default log level setting from info to capture additional details of events related to the web application.

  1. Open <portal for ArcGIS installation location>\apps\workflowmanager\conf\appconfig.json in a text editor.
  2. Edit the loglevel key with one of the following values (case sensitive):
    • error
    • warn
    • info
  3. Save the file.
  4. Restart the ArcGIS Workflow Manager Server service using the Windows Services console.