Skip to content

Commit 49d0118

Browse files
committed
update comment
1 parent ef64046 commit 49d0118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function register() {
1515
).otelRegisterInstrumentations({});
1616
}
1717

18-
// register loggers after instrumentations are registered to have instrumented pino with logs correlation
18+
// import/register loggers after instrumentations are registered to have instrumented pino along with logs correlation
1919
const { registerLoggers, default: logger } = await import('@/utils/logger');
2020
registerLoggers();
2121

0 commit comments

Comments
 (0)