Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

The Next-Gen Workflow Designer uses a log configuration file that can be adjusted to your needs. By default it looks like this:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "Elsa": {
    "Server": {
      "BaseAddress": "https://localhost:9001",
      "BasePath": "/workflows"
    }
  }
}

  • No labels