@platformatic/foundation 3.53.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.
- package/lib/schema.js +8 -1
- package/package.json +1 -1
package/lib/schema.js
CHANGED
|
@@ -704,7 +704,14 @@ export const telemetry = {
|
|
|
704
704
|
]
|
|
705
705
|
},
|
|
706
706
|
diagLogger: {
|
|
707
|
-
|
|
707
|
+
anyOf: [
|
|
708
|
+
{
|
|
709
|
+
type: 'boolean'
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
type: 'string'
|
|
713
|
+
}
|
|
714
|
+
],
|
|
708
715
|
description: 'Enable the OpenTelemetry diagnostic logger. Diagnostic messages are forwarded to the Platformatic global logger using the current logger level.'
|
|
709
716
|
}
|
|
710
717
|
},
|