Disabling Client Connection Logs in Compiled Versions #71
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Could you confirm whether it's possible to implement client-side connection log deletion? When using your compiler, I need the compiled version to avoid storing any connection logs locally.
I would assume that it would be possible, but it would require editing the rustdesk client source code. What would be the purpose of disabling logging?
I'm currently using RustDesk strictly within our internal network for IT operations. The software stores logs on end-users' devices, which risks exposing IT staff's operational details. Other contributors in the RustDesk community have repeatedly requested disabling local logs. If the official team can't implement this for security or other reasons, I’d like to see an option that lets users freely choose features they need.
It would be a matter of finding where the logs are created in the rustdesk client source code, then removing that code before building the client. It might not be very difficult to implement, but it is definitely a low priority for me.