diff --git a/src/Logger.ts b/src/Logger.ts index e7897ce..fd3f249 100644 --- a/src/Logger.ts +++ b/src/Logger.ts @@ -87,7 +87,7 @@ export default class Logger { const shouldSaveToDB = level <= this.dbLogLevel; - let output = `[${level}] `; + let output = `[${LogLevel[level]}] `; const pad = output.length; const logId = Buffer.alloc(16);