You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2024. It is now read-only.
This is prompted by the fact that debug mode logs player IPs to the console and to saved files, which may not be desired. At the moment debug mode gives a bit of a flood of information, which can be overwhelming as well.
Some tweaks to enhance debug mode are:
Per-user debug mode
Disable context logging (to limit exposure of player IPs)
Send debug mode logging to somewhere else besides the main server log, in a more machine-readable format perhaps? A multi-document json file? Or a document database? This would allow further analysis of logged information.