oddbear / GoXLR-TouchPortal-Plugin

A plugin for TouchPortal that works like the StreamDeck plugin.
MIT License
15 stars 3 forks source link

Fix log levels in appsettings #21

Closed oddbear closed 3 years ago

oddbear commented 3 years ago

The loglevels in appsettings does not seem right. Need to be tested, and most likely changed.

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  }, ...
}
oddbear commented 3 years ago

"Microsoft.Hosting.Lifetime": "Information" is redundant. Default is enough. Can use GoXLR instead also, but no need. Maybe put in Wiki.