Rename to cluster/load.js

This commit is contained in:
Aleksandr Statciuk 2022-02-12 01:58:11 +03:00
parent c03095f762
commit 97b9421cb1
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ const config = {
debug: options.debug
}
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/stream/load'
const LOGS_DIR = process.env.LOGS_DIR || 'scripts/logs/cluster/load'
async function main() {
logger.info('starting...')