Skip to content

"verbose" command line argument to log to stdout #1587

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 1, 2025

Conversation

ColinKinloch
Copy link
Contributor

I find the way Cemu logs intuitive.

When I try to track down an issue too much of my time is spent trying to figure out where my log lines are going.

What I want is to type Cemu --help, see that there's an option to print to stdout and use that.

@Exzap
Copy link
Member

Exzap commented Jun 1, 2025

Can you make this option be compiled conditionally only for non-Windows platforms? On Windows, GUI applications have a nul device attached to stdout. We use a very hacky workaround to make some of the commands (like --help) work, but it isn't suitable for long term logging. Easier to just not provide this on Windows for now

@Exzap Exzap merged commit 162fdab into cemu-project:main Jun 1, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants