MarkusBordihn / BOs-Adaptive-Performance-Tweaks

Adaptive Performance Tweaks is a collection of Minecraft Forge server-side Mod which automatically adjust specific settings on the server to allow a more balanced TPS/FPS.
Other
4 stars 2 forks source link

Debug mode set to ALL #56

Closed zekeflynn closed 10 months ago

zekeflynn commented 11 months ago

Hi I'm getting warning messages on the console saying the different modules debug is set to "ALL" and will impact performance and shouldn't be used on production environment, but I cannot find where to change this setting, if you could please point me in the right direction. Thanks.

MarkusBordihn commented 11 months ago

Thanks for your note. I need to adjust the note to make sure that for dedicated servers it's expected that the debug is enabled. The warning just give you a hint that the mod ignores the debug all setting for performance reasons. But as long you don't want to collect these debug information it's safe to ignore.

MarkusBordihn commented 10 months ago

Note: Adjusted the warn message to make sure that it's only a "warning" but no actually action is needed.