diff --git a/package-lock.json b/package-lock.json index 0b69987..692806d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@athenna/logger", - "version": "5.9.0", + "version": "5.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@athenna/logger", - "version": "5.9.0", + "version": "5.10.0", "license": "MIT", "dependencies": { "@aws-lambda-powertools/logger": "^1.18.1", diff --git a/package.json b/package.json index 37abf07..0de4e94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/logger", - "version": "5.9.0", + "version": "5.10.0", "description": "The Athenna logging solution. Log in stdout, files and buckets.", "license": "MIT", "author": "João Lenon ", diff --git a/src/constants/VanillaChannels.ts b/src/constants/VanillaChannels.ts index 176c57c..fa83561 100644 --- a/src/constants/VanillaChannels.ts +++ b/src/constants/VanillaChannels.ts @@ -54,6 +54,16 @@ export const VANILLA_CHANNELS = { formatter: 'json', driver: 'console' }, + queue: { + level: 'trace', + formatter: 'json', + driver: 'console' + }, + worker: { + level: 'trace', + formatter: 'json', + driver: 'console' + }, exception: { level: 'trace', formatter: 'none',