code/__DEFINES/logging.dm ![code/__DEFINES/logging.dm0](git.png)
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 ![code/__DEFINES/logging.dm 2](git.png)
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 ![code/__DEFINES/logging.dm 175](git.png)
Enables data list usage for readable log entries You'll likely want to disable internal formatting to make this work properly
LOG_UPDATE_TIMEOUT ![code/__DEFINES/logging.dm 6](git.png)
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