mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[GH-ISSUE #1292] log: Add ability to just disable it (by setting checkbox/arguments/config/whatever) #416
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#416
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cvertee on GitHub (Oct 8, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/1292
I know there is a trick to "disable" it by setting Filter to
*:CriticalMaybe it'll be better to add some checkbox (?) that does this trick automatically?
Or maybe disables this log completely, like this in i guess
Impl::Instance().PushEntry()with this no checking for filter, no checking for logtype, CPU can just chill here
@cvertee commented on GitHub (Oct 9, 2024):
Maybe that would require too much of workarounds. Idk maybe if its easy then yeah
@Hermiten commented on GitHub (Oct 14, 2024):
Could be a good idea, maybe someone interested to do that ?
@k3dr1 commented on GitHub (Mar 28, 2025):
I've implemented this locally by adding a
logEnabledboolean value in the config and checking against it inPushEntryand it works. However, I'm not sure whether letting users simply disable logging will hinder debuggability. If this is the right way of doing it, let me know and I'll open a PR when/if my other PR gets merged.@Hermiten commented on GitHub (Mar 29, 2025):
If I understand, something with a menu or a checkbox to add filter easily
[] *:Debug[] *:Error [] *:Critical , things like this ?
@topsex88 commented on GitHub (Mar 29, 2025):
ر
@squidbus commented on GitHub (Aug 31, 2025):
Added in https://github.com/shadps4-emu/shadPS4/pull/3493