@platformatic/foundation 3.53.0-alpha.0 → 3.54.0

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.
Files changed (2) hide show
  1. package/lib/schema.js +11 -0
  2. package/package.json +1 -1
package/lib/schema.js CHANGED
@@ -702,6 +702,17 @@ export const telemetry = {
702
702
  },
703
703
  openTelemetryExporter
704
704
  ]
705
+ },
706
+ diagLogger: {
707
+ anyOf: [
708
+ {
709
+ type: 'boolean'
710
+ },
711
+ {
712
+ type: 'string'
713
+ }
714
+ ],
715
+ description: 'Enable the OpenTelemetry diagnostic logger. Diagnostic messages are forwarded to the Platformatic global logger using the current logger level.'
705
716
  }
706
717
  },
707
718
  required: ['applicationName'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platformatic/foundation",
3
- "version": "3.53.0-alpha.0",
3
+ "version": "3.54.0",
4
4
  "description": "Platformatic Foundation",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",