We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d394155 commit 9c88662Copy full SHA for 9c88662
src/components.ts
@@ -25,6 +25,8 @@ export async function initComponents(): Promise<AppComponents> {
25
26
const metrics = await createMetricsComponent(metricDeclarations, { config })
27
const logs = await createLogComponent({ metrics })
28
+ const logger = logs.getLogger('main')
29
+ logger.info('Queue Producer Started v1.0.0')
30
const server = await createServerComponent<GlobalContext>({ config, logs }, {})
31
const statusChecks = await createStatusCheckComponent({ server, config })
32
const fetch = await createFetchComponent()
0 commit comments