-
Notifications
You must be signed in to change notification settings - Fork 632
Implement Log Level selector setting #5263
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
Implement Log Level selector setting #5263
Conversation
|
Updated and feedback addressed. |
briaguya0
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at first the fact that it doesn't change log file output felt a bit odd but i figure we'd end up wanting extra logic to make sure people don't have empty logs when trying to diagnose bug reports (which feels out of scope for this PR)
![]()
|
What do you mean by changing log file output? |
|
Oh, wait, you mean the log file output remains the same regardless? No, that probably should be handled. I thought this would change all logging. The main point was to be able to remove traces when debugging. |
i was going off Shipwright/soh/soh/SohGui/SohMenuDevTools.cpp Lines 93 to 94 in cffe16f
so i assumed it was intentional |
|
Hmm. Well, it was copied over from 2ship, I believe, so that may be how they did it over there, too. But yeah, the main thing was the console, because the traces could make debug really chug sometimes. |
* Implement Log Level selector setting. * run clang * Enum for default value. * PR feedback: use CVAR_DEVELOPER_TOOLS in CVar builder. * Slight change to try to force a PR update. * screw you clang
null
Build Artifacts