How can you activate and deactivate logs for Flexwhere for Desktop?
For Flexwhere for Desktop from version 3.0, you can change the appsettings.json file. The ‘Enabled’ field should be set to ‘true’ to enable the logs and ‘false’ to disable the logs.
The file is located at the following location:
C:\Program Files\Dutchview\Flexwhere for Desktop
Once you have made the change, close the app via the task manager and open Flexwhere for Desktop again. Flexwhere now saves the logs in the local data.
You can see an example of what the contents of the file might look like below
{
"Logging": {
"Enabled": true,
"LogLevel": {
"Default": "Debug"
}
},
"LocalSettings": {
"AlternativeConfigurationUrl":"",
"TimeoutSeconds": 3,
"TimeoutFactor": 1.5,
"HideExit": false
}
}
To read the Flexwhere log data, navigate to the following path in your Explorer:
Version 3.1.0
C:\ProgramData\DutchView\Flexwhere for Desktop
Version 3.2.0 and higher
C:\Users\<name of the User>\AppData\Local\DutchView