zeddemore-logger 2.1.0 → 2.1.2
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/lib/ZeddemoreLogger.js +1 -1
- package/package.json +2 -2
package/lib/ZeddemoreLogger.js
CHANGED
|
@@ -136,7 +136,7 @@ class ZeddemoreLogger extends ZeddemoreBase {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
get canEmailLog() {
|
|
139
|
-
return this.doEmailLog && !!this.emailLogFrom && !!this.emailLogHost && !!this.
|
|
139
|
+
return this.doEmailLog && !!this.emailLogFrom && !!this.emailLogHost && !!this.emailLogPort && !!this.emailLogTo;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
get canSequelizeLogApiCall() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zeddemore-logger",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Node.js Express logger using Morgan and Winston for thread and caller info tracking",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"lodash": "^4.18.1",
|
|
27
27
|
"luxon": "^3.7.1",
|
|
28
28
|
"morgan": "^1.10.1",
|
|
29
|
-
"nodemailer": "^8.0.
|
|
29
|
+
"nodemailer": "^8.0.5",
|
|
30
30
|
"object-sizeof": "^2.6.5",
|
|
31
31
|
"uuid": "^10.0.0",
|
|
32
32
|
"winston": "^3.17.0",
|