code/__DEFINES/logging.dm 
CONFIG_MAX_CACHED_LOG_ENTRIES | The number of entries to store per category, don't make this too large or you'll start to see performance issues |
---|---|
LOG_UPDATE_TIMEOUT | The number of minimum ticks between each log re-render, making this small will cause performance issues Admins can still manually request a re-render |
ENTRY_USE_DATA_W_READABLE | Enables data list usage for readable log entries You'll likely want to disable internal formatting to make this work properly |
Define Details
CONFIG_MAX_CACHED_LOG_ENTRIES 
The number of entries to store per category, don't make this too large or you'll start to see performance issues
ENTRY_USE_DATA_W_READABLE 
Enables data list usage for readable log entries You'll likely want to disable internal formatting to make this work properly
LOG_UPDATE_TIMEOUT 
The number of minimum ticks between each log re-render, making this small will cause performance issues Admins can still manually request a re-render