[GH-ISSUE #2556] [Feature Request]: Redact usernames in log files #838

Closed
opened 2026-02-27 21:08:26 +03:00 by kerem · 0 comments
Owner

Originally created by @imnltsa on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2556

Checklist

  • I have searched for a similar issue in this repository and did not find one.

Description

Usernames should be redacted in log files.

Reason

This is a simple QoL feature that does nothing but protect the privacy of contributors.

Examples

[Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading C:/Users/johndoe/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx
[Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /Users/johndoe/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx
[Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /home/johndoe/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx

would turn into:

[Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading C:/Users/[redacted]/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx
[Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /Users/[redacted]/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx
[Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /home/[redacted]/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx
Originally created by @imnltsa on GitHub (Feb 27, 2025). Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2556 ### Checklist - [x] I have searched for a similar issue in this repository and did not find one. ### Description Usernames should be redacted in log files. ### Reason This is a simple QoL feature that does nothing but **protect the privacy of contributors**. ### Examples ``` [Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading C:/Users/johndoe/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx [Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /Users/johndoe/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx [Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /home/johndoe/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx ``` would turn into: ``` [Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading C:/Users/[redacted]/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx [Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /Users/[redacted]/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx [Loader] <Info> emulator.cpp:LoadSystemModules:310: Loading /home/[redacted]/Desktop/shadPS4/user/sys_modules/libSceRtc.sprx ```
kerem closed this issue 2026-02-27 21:08:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#838
No description provided.