@riocrypto/common-server 1.0.1717 → 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.
@@ -93,6 +93,7 @@ class LoggerService {
93
93
  format: winston_1.format.combine(winston_1.format.timestamp(), this.maskSensitiveData(), winston_1.format.json(), winston_1.format.prettyPrint()),
94
94
  transports: [
95
95
  new winston_1.transports.Console(),
96
+ //@ts-ignore
96
97
  getWinstonTransport("info", {
97
98
  apiKey: process.env.HYPERDX_API_KEY,
98
99
  service: process.env.OTEL_SERVICE_NAME,
@@ -102,7 +103,7 @@ class LoggerService {
102
103
  }
103
104
  else {
104
105
  this.logger = (0, winston_1.createLogger)({
105
- level: "info",
106
+ level: "error",
106
107
  format: winston_1.format.combine(winston_1.format.timestamp(), this.maskSensitiveData(), winston_1.format.json(), winston_1.format.metadata(), winston_1.format.prettyPrint()),
107
108
  transports: [new winston_1.transports.Console()],
108
109
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common-server",
3
- "version": "1.0.1717",
3
+ "version": "1.0.1719",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",