Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appsettings.Development.json « aspnetcoremvc11 « Samples « MonoDevelop.FSharp.Tests « fsharpbinding « external « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa8ce71a97a3436e6513bbdf9bc39d1ca0723c13 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  }
}