Astra.log security crash

this is the content of astra.toml:

[logging]
trace, debug, info, warn, error, fatal
level = “error”
console_output = true
file_output = true

I’ve set file_output = false , but the file astra.log is still created into the directory.

This is a big security issue: when creating a product that is deployed as an installer, it is typically installed into Program Files (x64) directory. By default, the installation directory is READ ONLY. Which means that any attempt to write a file inside the installation directory of the application results in a security exception.

Please, make sure that the SDK does not write any file within the installation directory. It makes impossible to make product installers.

Thanks