island: Store MongoDB logs in mondogb.log instead of mongo_log.txt

".log" is the standard extension for log files.
This commit is contained in:
Mike Salvatore 2021-06-02 14:27:01 -04:00
parent 559af47928
commit 7d85ce0611
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ logger = logging.getLogger(__name__)
DB_DIR_NAME = "db"
DB_DIR_PARAM = "--dbpath"
MONGO_LOG_FILENAME = "mongo_log.txt"
MONGO_LOG_FILENAME = "mongodb.log"
TERMINATE_TIMEOUT = 10