Skip to content

Commit f526b02

Browse files
authored
Merge pull request #117 from AthennaIO/develop
chore(npm): update dependencies
2 parents 4c0edfb + 4afa497 commit f526b02

File tree

3 files changed

+39
-7
lines changed

3 files changed

+39
-7
lines changed

package-lock.json

Lines changed: 33 additions & 6 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.7.0",
3+
"version": "5.8.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ export const VANILLA_CHANNELS = {
4949
formatter: 'request',
5050
driver: 'console'
5151
},
52+
cronjob: {
53+
level: 'trace',
54+
formatter: 'json',
55+
driver: 'console'
56+
},
5257
exception: {
5358
level: 'trace',
5459
formatter: 'none',

0 commit comments

Comments
 (0)