@vida-global/core 1.1.9 → 1.1.10

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.
@@ -116,8 +116,9 @@ class VidaServer {
116
116
 
117
117
  get middlewareLogger() {
118
118
  return pino({
119
+ level: process.env.HTTP_LOG_LEVEL || 'info',
119
120
  transport: {
120
- level: process.env.LOG_LEVEL ? 'debug' : 'info',
121
+ level: process.env.HTTP_LOG_LEVEL || 'info',
121
122
  target: 'pino-pretty',
122
123
  options: {
123
124
  colorize: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vida-global/core",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Core libraries for supporting Vida development",
5
5
  "author": "",
6
6
  "license": "ISC",