From 0b19902dcd8ce237b8b019752eff5f8a09ae61ca Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 13 Jun 2018 00:55:44 +0200 Subject: [PATCH] Clarify channel log rotate setting is in bytes --- evennia/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/settings_default.py b/evennia/settings_default.py index 7ae45c4be2..4a0d336db8 100644 --- a/evennia/settings_default.py +++ b/evennia/settings_default.py @@ -137,7 +137,7 @@ LOCKWARNING_LOG_FILE = os.path.join(LOG_DIR, 'lockwarnings.log') CYCLE_LOGFILES = True # Number of lines to append to rotating channel logs when they rotate CHANNEL_LOG_NUM_TAIL_LINES = 20 -# Max size of channel log files before they rotate +# Max size (in bytes) of channel log files before they rotate CHANNEL_LOG_ROTATE_SIZE = 1000000 # Local time zone for this installation. All choices can be found here: # http://www.postgresql.org/docs/8.0/interactive/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE