Skip to content

Logging

Oddbjørn Bakke edited this page May 8, 2021 · 1 revision

If you get an issue with this plugin, please check the log window, and attach this logs if you create an issue.
The logs from the plugin can be found in TouchPortal as on this image:

Log Level

There are a couple of log levels defined by .Net: Debug, Information, Warning, Error

If the logs from this plugin is noisy, then you can change from information to warning or error.
If you don't think you get enough logging, you can change to information or debug.

Logs configuration can be found at: %appdata%\TouchPortal\plugins\GoXLR.Plugin\appsettings.json

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning"
    }
  }, ...
}

LogLevel:Default is used by the plugin.
LogLevel:Microsoft is used by .Net

Clone this wiki locally