@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.
@@ -103,7 +103,7 @@ class LoggerService {
103
103
  }
104
104
  else {
105
105
  this.logger = (0, winston_1.createLogger)({
106
- level: "info",
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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1718",
3
+ "version": "1.0.1719",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",