correct logging contexts

This commit is contained in:
Thomas Hobson 2021-04-25 21:01:16 +12:00
parent 3928bace86
commit f9b8fbd9c0
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
const logger = require('logplease').create('executor/job');
const logger = require('logplease').create('job');
const {v4: uuidv4} = require('uuid');
const cp = require('child_process');
const path = require('path');