Hello Heathen Support,
I'm noticing that there's several debug logs leaking through when IsDebug is set to false. Notably: Initialising Steam Tools Events, Found SteamTools.Game in assembly: Assembly-CSharp, Initialising for app ######, and Local User: Username. In the code, it does not appear that these get wrapped with the IsDebugging flag like the other debug logs. Can these be wrapped or is there a way to silence these debug logs when we're making release builds? We're pulling in the package by manually pulling it from Github and adding it to the Packages folder. We're currently on commit SHA: 77afe7c247573d47db3f45e79c8246281f26673e. Please let me know if anything else would be helpful. Thanks!