diff --git a/utils/LoggerUtil.js b/utils/LoggerUtil.js index 5c940f0..c133938 100644 --- a/utils/LoggerUtil.js +++ b/utils/LoggerUtil.js @@ -3,8 +3,9 @@ const winston = require('winston'); class LoggerUtil { logger; - + uuid; constructor(uuid) { + this.uuid = uuid; this.logger = winston.createLogger({ level: 'info', format: winston.format.combine(