We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d772a0f commit 3dea4d1Copy full SHA for 3dea4d1
packages/getMyPrescriptions/src/getMyPrescriptions.ts
@@ -92,6 +92,7 @@ async function eventHandler(
92
logger.appendKeys(traceIDs)
93
94
const applicationName = headers["nhsd-application-name"] ?? "unknown"
95
+ logger.info("extracted applicationName", {applicationName})
96
97
try {
98
const isCertificateConfigured = spineClient.isCertificateConfigured()
0 commit comments