[PR #3493] [MERGED] Toggle to enable/disable logging #3513

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3493
Author: @UltraDaCat
Created: 8/31/2025
Status: Merged
Merged: 8/31/2025
Merged by: @squidbus

Base: mainHead: logging-toggle


📝 Commits (9)

  • eb28426 Update config.cpp
  • 28bd42d Update config.h
  • 98cb22a Update backend.cpp
  • 0b85f1e Update settings_dialog.cpp
  • b5d46d7 Update settings_dialog.ui
  • 87a296e fix clang settings_dialog.cpp
  • 40a5aad fix description in settings_dialog.cpp
  • 6b127cb added back the backslash settings_dialog.cpp
  • c8e85ac move enable logging and separate log files to logger settings_dialog.ui

📊 Changes

5 files changed (+56 additions, -26 deletions)

View changed files

📝 src/common/config.cpp (+16 -0)
📝 src/common/config.h (+2 -0)
📝 src/common/logging/backend.cpp (+1 -1)
📝 src/qt_gui/settings_dialog.cpp (+6 -1)
📝 src/qt_gui/settings_dialog.ui (+31 -24)

📄 Description

This addresses issue #1292.


🔄 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/3493 **Author:** [@UltraDaCat](https://github.com/UltraDaCat) **Created:** 8/31/2025 **Status:** ✅ Merged **Merged:** 8/31/2025 **Merged by:** [@squidbus](https://github.com/squidbus) **Base:** `main` ← **Head:** `logging-toggle` --- ### 📝 Commits (9) - [`eb28426`](https://github.com/shadps4-emu/shadPS4/commit/eb28426c7b48f4e39b602848331c2b8d1be74380) Update config.cpp - [`28bd42d`](https://github.com/shadps4-emu/shadPS4/commit/28bd42df313bdff026c568b7245ce7100d36499d) Update config.h - [`98cb22a`](https://github.com/shadps4-emu/shadPS4/commit/98cb22a033ba9b9d5f23e7d6df47647f565173f3) Update backend.cpp - [`0b85f1e`](https://github.com/shadps4-emu/shadPS4/commit/0b85f1e946009b997fecc7e4dc548c96af0cc813) Update settings_dialog.cpp - [`b5d46d7`](https://github.com/shadps4-emu/shadPS4/commit/b5d46d7a2ad9e0daf606dfca2766edd8560ea64c) Update settings_dialog.ui - [`87a296e`](https://github.com/shadps4-emu/shadPS4/commit/87a296e17060db3d5b6ac3c12967dd397b4093f2) fix clang settings_dialog.cpp - [`40a5aad`](https://github.com/shadps4-emu/shadPS4/commit/40a5aadfe678e7fd344be5697f275ba9726f803b) fix description in settings_dialog.cpp - [`6b127cb`](https://github.com/shadps4-emu/shadPS4/commit/6b127cbe913293a167752f76cc696e4715ce2b52) added back the backslash settings_dialog.cpp - [`c8e85ac`](https://github.com/shadps4-emu/shadPS4/commit/c8e85ac9d2b966509c7ff51902acf38590afe915) move enable logging and separate log files to logger settings_dialog.ui ### 📊 Changes **5 files changed** (+56 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+16 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/common/logging/backend.cpp` (+1 -1) 📝 `src/qt_gui/settings_dialog.cpp` (+6 -1) 📝 `src/qt_gui/settings_dialog.ui` (+31 -24) </details> ### 📄 Description This addresses issue [#1292](https://github.com/shadps4-emu/shadPS4/issues/1292). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:58 +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#3513
No description provided.