mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[GH-ISSUE #2098] [Feature Request]: Log folder button #724
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#724
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 @SleepingSnakezzz on GitHub (Jan 8, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/2098
Checklist
Description
Would like to see a button in the app's settings (probably in the "debug" tab) that opens up the log folder.
Reason
Currently, the only way to get to the log folder is by manually navigating to it. So when directing users on how to get their log file, it would be easier to explain how to get it to them. Especially for people who are using multiple builds side-by-side for testing purposes, since it would remove any doubt that they opened the correct log folder.
In short, it's a QoL thing.
Examples
Ala Citra:

@Missake212 commented on GitHub (Jan 8, 2025):
A dedicated button would be nice, but there's another way to open the log folder, simply right click on any game in the library, click on "Open Folder..." at the top then click on "Open Log Folder" and it opens it
@SleepingSnakezzz commented on GitHub (Jan 8, 2025):
Hmmm, didn't know about that. That would be good enough for me. Then again, if it's decided that this button would be handy in the full settings anyways, this issue can remain open.
@Missake212 commented on GitHub (Jan 8, 2025):
I personally agree with your proposition, a big "open log location" in the debug tab under the Logger setting would be a nice addition.

@GHU7924 commented on GitHub (Jan 8, 2025):
I also think that your idea is worthy of implementation.
@DanielSvoboda commented on GitHub (Jan 8, 2025):
Yes, the right-click button for opening folders was added in PR1513, but a button in the menu would also be a good idea.
I was thinking of putting a ComboBox inside the 'Log Filter' with some predefined filters to choose from, for example:
Or maybe a checkbox, 'critical only'
I added the button to see how it looks visually:

@SleepingSnakezzz commented on GitHub (Jan 9, 2025):
Implemented in https://github.com/shadps4-emu/shadPS4/pull/2102