Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

TODOThe Client application creates log files for troubleshooting purposes, located in %LOCALAPPDATA%\FuseIT.Downloader.App\Downloader_Logs\.

The log level for these files can be altered in the appsettings.json file located in the Client installation directory (usually C:\Program Files (x86)\FuseIT.Downloader\Client).

Code Block
languagejson
{
  "Settings": {
    // Verbose, Debug, Error, Warning, Information, Fatal.
    "LogLevel": "Information",
    // Number of local log files to keep.
    "MaximumLogDays": 30
  }
}

A new file is started each day, and a maximum of MaximumLogDays files are kept.