We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef64046 commit 49d0118Copy full SHA for 49d0118
1 file changed
src/instrumentation.ts
@@ -15,7 +15,7 @@ export async function register() {
15
).otelRegisterInstrumentations({});
16
}
17
18
- // register loggers after instrumentations are registered to have instrumented pino with logs correlation
+ // import/register loggers after instrumentations are registered to have instrumented pino along with logs correlation
19
const { registerLoggers, default: logger } = await import('@/utils/logger');
20
registerLoggers();
21
0 commit comments