Skip to content
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

Overriding the sawmill log level within code will ignore the log.level cvar level #5331

Open
VasilisThePikachu opened this issue Aug 3, 2024 · 0 comments

Comments

@VasilisThePikachu
Copy link
Member

VasilisThePikachu commented Aug 3, 2024

Example in MapLoaderSystem you can see that it manually sets the Log level to Info

Now set your log.level cvar in your config to Error. Your config is ignored and Info is printed into console

Commenting the above line fixes this, but if I understood correctly this is done to prevent spam (?)

The real fix is to ensure log.level is always respected first.

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

No branches or pull requests

1 participant