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 | ||
---|---|---|
| ||
{
"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.