mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Add info in install docs on switching to develop branch for now. Resolve #2689
This commit is contained in:
parent
469f5bf800
commit
d987ebff59
2 changed files with 18 additions and 11 deletions
|
|
@ -172,7 +172,8 @@ HTTP_LOG_FILE = os.path.join(LOG_DIR, "http_requests.log")
|
|||
LOCKWARNING_LOG_FILE = os.path.join(LOG_DIR, "lockwarnings.log")
|
||||
# Number of lines to append to rotating channel logs when they rotate
|
||||
CHANNEL_LOG_NUM_TAIL_LINES = 20
|
||||
# Max size (in bytes) of channel log files before they rotate
|
||||
# Max size (in bytes) of channel log files before they rotate.
|
||||
# Minimum is 1000 (1kB) but should usually be larger.
|
||||
CHANNEL_LOG_ROTATE_SIZE = 1000000
|
||||
# Unused by default, but used by e.g. the MapSystem contrib. A place for storing
|
||||
# semi-permanent data and avoid it being rebuilt over and over. It is created
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue