File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
plugins/opentelemetry/src Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -313,11 +313,7 @@ export function useOpenTelemetry(
313
313
314
314
const logger = createDeferred < Logger > ( ) ;
315
315
let pluginLogger = options . log
316
- ? fakePromise (
317
- options . log . child ( {
318
- plugin : 'OpenTelemetry' ,
319
- } ) ,
320
- )
316
+ ? fakePromise ( options . log . child ( '[useOpenTelemetry] ' ) )
321
317
: logger . promise ;
322
318
323
319
function init ( ) : Promise < boolean > {
Original file line number Diff line number Diff line change @@ -214,9 +214,7 @@ export function createGatewayRuntime<
214
214
persistedDocumentsPlugin = useHiveConsole ( {
215
215
...configContext ,
216
216
enabled : false , // disables only usage reporting
217
- log : configContext . log . child ( {
218
- plugin : 'Hive Persisted Documents' ,
219
- } ) ,
217
+ log : configContext . log . child ( '[useHiveConsole.persistedDocuments] ' ) ,
220
218
experimental__persistedDocuments : {
221
219
cdn : {
222
220
endpoint : config . persistedDocuments . endpoint ,
You can’t perform that action at this time.
0 commit comments