/
Application log
Application log
The 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).
{
"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.
, multiple selections available,
Related content
Logging
Logging
More like this
General Settings
General Settings
More like this
Filesystem Access
Filesystem Access
More like this
Downloader Documentation
Downloader Documentation
More like this
Accessing the Debug Log
Accessing the Debug Log
More like this
Connection logs
Connection logs
More like this