@riocrypto/common-server 1.0.1718 → 1.0.1719
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/build/services/logger.js +1 -1
- package/package.json +1 -1
package/build/services/logger.js
CHANGED
|
@@ -103,7 +103,7 @@ class LoggerService {
|
|
|
103
103
|
}
|
|
104
104
|
else {
|
|
105
105
|
this.logger = (0, winston_1.createLogger)({
|
|
106
|
-
level: "
|
|
106
|
+
level: "error",
|
|
107
107
|
format: winston_1.format.combine(winston_1.format.timestamp(), this.maskSensitiveData(), winston_1.format.json(), winston_1.format.metadata(), winston_1.format.prettyPrint()),
|
|
108
108
|
transports: [new winston_1.transports.Console()],
|
|
109
109
|
});
|