Maybe add a way to disable client log dump? #1765
Labels
✨ enhancement
Enhancing or improving existing functionality
🖇️ loader
The Adonis Loader and loader settings
What part of Adonis is this related to?
Loader/Settings
What are you suggesting?
It may send warnings to client log analytics collectors like Roblox client analytics or Google Analytics. It also saves in to Roblox client log files.
Maybe SilentLoad should be used to turn this off? Or maybe it should only be on when debugmode is true?
It saving to Roblox client logs is usually a good thing if you want to dump the client logs at all. If prints save to the Roblox client log files too then print should be used instead of warn.
The text was updated successfully, but these errors were encountered: