Skip to content

[Req]: Remove personal information from log files #575

@gh658804

Description

@gh658804

Component

Other

What problem are you facing?

When generating log files, personal information should not exist in them. Asking for that, i mainly have folder names in mind. For instance:

  1. Instead of storing "C:\Users<UserName>\Blah...", perhaps %USERPROFILE% could be stored.
  2. Instead of storing "UserName" (if applicable), %USERNAME% could be stored.
  3. Instead of storing "Domain" (if applicable), %USERDOMAIN% could be stored.

In any case, i believe my point is clear. If it is known that some things in log files may reveal personal information, try to avoid them.

How can we fix this?

In log files, replace things like UserName, Domain, ServerName with certain neutral tokens that help you understand what's going on without revealing personal information.

What alternatives or workarounds exist?

Anything else we should know?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions