[PR #2504] [MERGED] Add option to save logfiles seperate for each game #2786

Closed
opened 2026-02-27 22:01:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2504
Author: @Fire-Cube
Created: 2/22/2025
Status: Merged
Merged: 2/23/2025
Merged by: @georgemoralis

Base: mainHead: split-log


📝 Commits (9)

📊 Changes

6 files changed (+108 additions, -76 deletions)

View changed files

📝 src/common/config.cpp (+11 -0)
📝 src/common/config.h (+2 -1)
📝 src/common/logging/backend.cpp (+3 -2)
📝 src/emulator.cpp (+30 -26)
📝 src/qt_gui/settings_dialog.cpp (+5 -1)
📝 src/qt_gui/settings_dialog.ui (+57 -46)

📄 Description

With this pull request, an option is added to the settings to save a separate log file for each game. For example as "CUSA19120.log". If not activated, everything stays as before. This can be very useful for debugging.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2504 **Author:** [@Fire-Cube](https://github.com/Fire-Cube) **Created:** 2/22/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `split-log` --- ### 📝 Commits (9) - [`7ed94d8`](https://github.com/shadps4-emu/shadPS4/commit/7ed94d86141890ff541e6a4bd0da4b28e75a6f84) add option to split log - [`978b7a0`](https://github.com/shadps4-emu/shadPS4/commit/978b7a0ab1df92e8bdd52a7d56e00729a1502d0a) better naming - [`96d86d8`](https://github.com/shadps4-emu/shadPS4/commit/96d86d8a689e96ddc86daa9bc0fd6a9f1e721bf8) fix - [`51400b6`](https://github.com/shadps4-emu/shadPS4/commit/51400b6e477a3bb10aae0de845d476117ef2c24d) fix - [`bc42d39`](https://github.com/shadps4-emu/shadPS4/commit/bc42d391ba57c4e1ec95bf4c33dd3eda04c064f3) fix formatting - [`87b0a8d`](https://github.com/shadps4-emu/shadPS4/commit/87b0a8d1606f4a0227ba369f8fd6bc102aec0b42) Merge branch 'shadps4-emu:main' into split-log - [`3e2798e`](https://github.com/shadps4-emu/shadPS4/commit/3e2798e5b5477e6d27a23b0f7cb55db0939fbead) fix misspelling - [`ef143b6`](https://github.com/shadps4-emu/shadPS4/commit/ef143b6166b49921f715c95da9350899dec6f28d) make clang conform - [`78cb784`](https://github.com/shadps4-emu/shadPS4/commit/78cb784ab407f711395e5bd038b6591d7b5d646e) clang fix ### 📊 Changes **6 files changed** (+108 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+11 -0) 📝 `src/common/config.h` (+2 -1) 📝 `src/common/logging/backend.cpp` (+3 -2) 📝 `src/emulator.cpp` (+30 -26) 📝 `src/qt_gui/settings_dialog.cpp` (+5 -1) 📝 `src/qt_gui/settings_dialog.ui` (+57 -46) </details> ### 📄 Description With this pull request, an option is added to the settings to save a separate log file for each game. For example as "CUSA19120.log". If not activated, everything stays as before. This can be very useful for debugging. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:01:14 +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#2786
No description provided.