FAForever / fa

Lua code for FAF
221 stars 228 forks source link

Reduce the amount of logging performed by the game #6090

Closed Basilisk3 closed 2 months ago

Basilisk3 commented 3 months ago

Description of the proposed changes

Related to #5946.

This PR reduces the amount of logging performed by the game, which should have a positive impact on performance. Outside of the fafdevelop game type, the game no longer logs if a module is loaded, which caused huge amounts spam in the log previously.

Checklist

Basilisk3 commented 2 months ago

This line also gets spammed a lot: debug: SND: Loaded WaveBank 'xyz'

Perhaps something to investigate in the future.