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" } } }