appsettings.Development.json
    
    
    
    
    
        Home
            /
src                    /
App                    /
Calibre.App.BlazorUI                    /
                    appsettings.Development.json
    
    
            
            {
  "DetailedErrors": true,
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  }
}