@mimik/sumologic-winston-logger 2.1.7 → 2.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/configuration/config.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ The following environment variables are used to configure the logger:
|
|
|
11
11
|
| LOG_LEVEL | Log level for the running instance | debug | |
|
|
12
12
|
| CONSOLE_LEVEL | Console log level | debug | |
|
|
13
13
|
| FILTER_FILE | Filename containing filter rules | null | |
|
|
14
|
-
| EXIT_DELAY | Delay before exiting gracefully | 2000 | in
|
|
14
|
+
| EXIT_DELAY | Delay before exiting gracefully | 2000 | in millisecond |
|
|
15
15
|
| NO_STACK | Whether to include call stacks in all log messages | no | expected: yes/no |
|
|
16
16
|
| LOG_MODE | Comma-separated list defining the log mode/backends | sumologic | enum: awsS3, awsKinesis, sumologic, all, none |
|
|
17
17
|
|
package/configuration/config.js
CHANGED
|
@@ -33,7 +33,7 @@ const DECIMAL = 10;
|
|
|
33
33
|
* | LOG_LEVEL | Log level for the running instance | debug | |
|
|
34
34
|
* | CONSOLE_LEVEL | Console log level | debug | |
|
|
35
35
|
* | FILTER_FILE | Filename containing filter rules | null | |
|
|
36
|
-
* | EXIT_DELAY | Delay before exiting gracefully | 2000 | in
|
|
36
|
+
* | EXIT_DELAY | Delay before exiting gracefully | 2000 | in millisecond |
|
|
37
37
|
* | NO_STACK | Whether to include call stacks in all log messages | no | expected: yes/no |
|
|
38
38
|
* | LOG_MODE | Comma-separated list defining the log mode/backends | sumologic | enum: awsS3, awsKinesis, sumologic, all, none |
|
|
39
39
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mimik/sumologic-winston-logger",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.8",
|
|
4
4
|
"description": "Log wrapper for sumo, s3, kinesis and winston",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@mimik/lib-filters": "^2.0.4",
|
|
37
|
-
"@aws-sdk/client-s3": "3.
|
|
38
|
-
"@aws-sdk/client-kinesis": "3.
|
|
37
|
+
"@aws-sdk/client-s3": "3.890.0",
|
|
38
|
+
"@aws-sdk/client-kinesis": "3.890.0",
|
|
39
39
|
"@smithy/node-http-handler": "4.2.1",
|
|
40
40
|
"axios": "1.12.2",
|
|
41
41
|
"bluebird": "3.7.2",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"husky": "9.1.7",
|
|
65
65
|
"jsdoc-to-markdown": "9.1.2",
|
|
66
66
|
"mocha": "11.7.2",
|
|
67
|
-
"mochawesome": "7.1.
|
|
67
|
+
"mochawesome": "7.1.4",
|
|
68
68
|
"sinon": "21.0.0",
|
|
69
69
|
"supertest": "7.1.4"
|
|
70
70
|
}
|