Skip to content

Commit

Permalink
feat(log): show name of app
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 29, 2023
1 parent 0066bca commit a3df0b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/server/app-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ export function VueFireAppCheckServer(
return
}

logger.debug('Initializing AppCheck on the server')
logger.debug(
`Initializing AppCheck on the server for app "${firebaseApp.name}".`
)

let currentToken: AppCheckToken | undefined
const appCheck = initializeAppCheck(firebaseApp, {
Expand Down

0 comments on commit a3df0b1

Please sign in to comment.