[PR #4035] [MERGED] Log actually not always compact #3889

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4035
Author: @Niram7777
Created: 2/14/2026
Status: Merged
Merged: 2/14/2026
Merged by: @georgemoralis

Base: mainHead: log-add-immediate-config


📝 Commits (1)

  • a0b60c6 Log actually not always compact

📊 Changes

5 files changed (+79 additions, -39 deletions)

View changed files

📝 documents/Debugging/Debugging.md (+2 -0)
📝 src/common/config.cpp (+12 -0)
📝 src/common/config.h (+2 -0)
📝 src/common/logging/backend.cpp (+62 -39)
📝 src/emulator.cpp (+1 -0)

📄 Description

log compression on by default because I think it is easier for dev to turnoff than end users.
isIdenticalLogGrouped = false
for old behavior


🔄 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/4035 **Author:** [@Niram7777](https://github.com/Niram7777) **Created:** 2/14/2026 **Status:** ✅ Merged **Merged:** 2/14/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `log-add-immediate-config` --- ### 📝 Commits (1) - [`a0b60c6`](https://github.com/shadps4-emu/shadPS4/commit/a0b60c60f93bd3d8d64f3e9940881924847b5080) Log actually not always compact ### 📊 Changes **5 files changed** (+79 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `documents/Debugging/Debugging.md` (+2 -0) 📝 `src/common/config.cpp` (+12 -0) 📝 `src/common/config.h` (+2 -0) 📝 `src/common/logging/backend.cpp` (+62 -39) 📝 `src/emulator.cpp` (+1 -0) </details> ### 📄 Description log compression on by default because I think it is easier for dev to turnoff than end users. `isIdenticalLogGrouped = false` for old behavior --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:21 +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#3889
No description provided.