@punks/backend-core 0.0.84 → 0.0.85

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/dist/esm/index.js CHANGED
@@ -31395,6 +31395,10 @@ const createLoggerInstance = (settings) => {
31395
31395
  filename: `./${folder}/error.log`,
31396
31396
  level: "error",
31397
31397
  }),
31398
+ new winston.transports.File({
31399
+ filename: `./${folder}/warn.log`,
31400
+ level: "warn",
31401
+ }),
31398
31402
  new winston.transports.File({ filename: `./${folder}/combined.log` }),
31399
31403
  ],
31400
31404
  });