Add docstr to class and methods, adjust names of settings to be more clearly modifying channel logs.

This commit is contained in:
Tehom 2017-05-21 03:29:33 -04:00
parent 6e2c10b008
commit 4605b3128e
2 changed files with 31 additions and 4 deletions

View file

@ -126,9 +126,9 @@ LOCKWARNING_LOG_FILE = os.path.join(LOG_DIR, 'lockwarnings.log')
# loose log info.
CYCLE_LOGFILES = True
# Number of lines to append to rotating channel logs when they rotate
NUM_LOG_TAIL_LINES = 20
CHANNEL_LOG_NUM_TAIL_LINES = 20
# Max size of channel log files before they rotate
LOG_ROTATE_SIZE = 1000000
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
TIME_ZONE = 'UTC'