Meldexun / RenderLib

7 stars 1 forks source link

Fix insane log spam on start #27

Closed Desoroxxx closed 1 year ago

Meldexun commented 1 year ago

This is actually intended behavior. I just didn't want to have to ask for a log with some config option enabled and since this only logs a bit more information during startup I left this feature always enabled. Though to be honest this didn't prove to be really useful.

But I don't want this to be part of the openGLDebugOutput.enabled config option. I just added a config option (disabled by default) to disable the logging of supported opengl extensions and also reworked the logging a bit with cb3474a. So this shouldn't be an issue anymore and I will close this now.