Combining log files does not actually work, removing functionality
This commit is contained in:
parent
1befcb1699
commit
6e5f9e8d2e
4 changed files with 35 additions and 19 deletions
|
|
@ -134,8 +134,6 @@ LOG_DIR = os.path.join(GAME_DIR, 'server', 'logs')
|
|||
SERVER_LOG_FILE = os.path.join(LOG_DIR, 'server.log')
|
||||
PORTAL_LOG_FILE = os.path.join(LOG_DIR, 'portal.log')
|
||||
HTTP_LOG_FILE = os.path.join(LOG_DIR, 'http_requests.log')
|
||||
# if this is true, merge logs into only the SERVER_LOG_FILE location.
|
||||
MERGE_LOGS = True
|
||||
# if this is set to the empty string, lockwarnings will be turned off.
|
||||
LOCKWARNING_LOG_FILE = os.path.join(LOG_DIR, 'lockwarnings.log')
|
||||
# Rotate log files when server and/or portal stops. This will keep log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue