@samsystem/logger
Advanced tools
+3
-1
@@ -15,2 +15,4 @@ 'use strict'; | ||
| transports: _.values(configuration.transports) | ||
| }); | ||
| }).on('error', e => { | ||
| console.log(`Winton error event: ${e}`); | ||
| });; |
@@ -27,2 +27,3 @@ 'use strict'; | ||
| source: getConfiguration('LOG_ELASTICSEARCH_SOURCE'), | ||
| retryLimit: getConfiguration('LOG_ELASTICSEARCH_RETRY_LIMIT') || 2, | ||
| }); | ||
@@ -29,0 +30,0 @@ |
+8
-8
| { | ||
| "name": "@samsystem/logger", | ||
| "description": "Winston logging with custom options for conforming to samsystems conventions to be used in samsystems projects", | ||
| "version": "1.3.12", | ||
| "version": "1.4.16", | ||
| "dependencies": { | ||
@@ -9,8 +9,8 @@ "@google-cloud/logging-winston": "6.0.0", | ||
| "curry": "1.2.0", | ||
| "debug": "4.3.1", | ||
| "dotenv": "16.0.3", | ||
| "debug": "4.3.4", | ||
| "dotenv": "16.4.1", | ||
| "fs": "0.0.1-security", | ||
| "lodash": "4.17.21", | ||
| "splunk-logging": "0.11.1", | ||
| "winston": "3.10.0", | ||
| "winston": "3.11.0", | ||
| "winston-elasticsearch": "0.17.4", | ||
@@ -20,3 +20,3 @@ "winston-mongodb": "5.1.1" | ||
| "devDependencies": { | ||
| "chai": "4.2.0", | ||
| "chai": "5.0.3", | ||
| "fixpack": "4.0.0", | ||
@@ -27,5 +27,5 @@ "mocha": "10.2.0", | ||
| "pre-commit": "1.2.2", | ||
| "pre-push": "0.1.1", | ||
| "pre-push": "0.1.4", | ||
| "proxyquire": "2.1.3", | ||
| "sinon": "15.0.3" | ||
| "sinon": "17.0.1" | ||
| }, | ||
@@ -48,3 +48,3 @@ "license": "MIT", | ||
| }, | ||
| "gitHead": "77fc17ba859011107d7f7c2985710a7a8fd35171" | ||
| "gitHead": "2956e07579b04f67ee2266187e0b0e653ae61464" | ||
| } |
Sorry, the diff of this file is not supported yet
1194
0.25%49717
-2.92%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated