The logged data was stored in the logging folder from Pixelpulse's default installation folder.
On most Windows machines, the installation folder was in C:/Program Files/Analog Devices, requiring admin privileges to write files here.
To avoid the admin permission issue, we have changed the logging folder to the AppData folder (C:\Users\\AppData\Roaming\Pixelpulse2 and their equivalents for Linux and MacOS; more details about Qt's QStandardPaths::AppDataLocation here).
The logged data was stored in the logging folder from Pixelpulse's default installation folder. On most Windows machines, the installation folder was in C:/Program Files/Analog Devices, requiring admin privileges to write files here. To avoid the admin permission issue, we have changed the logging folder to the AppData folder (C:\Users\\AppData\Roaming\Pixelpulse2 and their equivalents for Linux and MacOS; more details about Qt's QStandardPaths::AppDataLocation here).
Signed-off-by: Cristi Iacob cristian.iacob@analog.com