Skip to content

Commit 3baade3

Browse files
committed
chore(channel): add new vanilla channels
1 parent 43d524e commit 3baade3

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athenna/logger",
3-
"version": "5.9.0",
3+
"version": "5.10.0",
44
"description": "The Athenna logging solution. Log in stdout, files and buckets.",
55
"license": "MIT",
66
"author": "João Lenon <[email protected]>",

src/constants/VanillaChannels.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@ export const VANILLA_CHANNELS = {
5454
formatter: 'json',
5555
driver: 'console'
5656
},
57+
queue: {
58+
level: 'trace',
59+
formatter: 'json',
60+
driver: 'console'
61+
},
62+
worker: {
63+
level: 'trace',
64+
formatter: 'json',
65+
driver: 'console'
66+
},
5767
exception: {
5868
level: 'trace',
5969
formatter: 'none',

0 commit comments

Comments
 (0)