Skip to content

fix: Mac os log file not working - #9277

Merged
nbolton merged 1 commit into
masterfrom
fixMacOsLogFile
Dec 15, 2025
Merged

fix: Mac os log file not working#9277
nbolton merged 1 commit into
masterfrom
fixMacOsLogFile

Conversation

@sithlord48

Copy link
Copy Markdown
Member

fixes: #9274
The log file path is not able to be empty since Settings::value will return the default path if it is, Do not send a c_str to create our FileLogger it wants a QString

Looking at the complex fix for this in #9276 I thought we must have an easier fix.
@simonsnow can you try this. I've tested on my mac and it will create the path if we have to and now logging to a file works.

@sithlord48
sithlord48 requested a review from a team December 13, 2025 01:45
@sithlord48
sithlord48 requested a review from nbolton as a code owner December 13, 2025 01:45
@sithlord48 sithlord48 added the 🩹 fix This PR fixes a reported bug label Dec 13, 2025
fixes: #9274
The log file path is not able to be empty since Settings::value will return the default path if it is, Do not send a c_str to create our FileLogger it wants a QString
@nbolton
nbolton enabled auto-merge (rebase) December 15, 2025 14:29
@nbolton
nbolton merged commit 5e347d8 into master Dec 15, 2025
33 of 34 checks passed
@nbolton
nbolton deleted the fixMacOsLogFile branch December 15, 2025 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🩹 fix This PR fixes a reported bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"QFSFileEngine::open: No file name specified" error in logs, no entering / leaving events

2 participants