change log output

This commit is contained in:
clauspeterhuebner 2025-07-08 23:03:43 +02:00
parent 7fc5e9ba48
commit 287d8914d3

View File

@ -26,9 +26,9 @@ export async function startCommunityAuthentication(
logger.debug('foreignFedCom', foreignFedCom)
const foreignComB = await DbCommunity.findOneByOrFail({ publicKey: foreignFedCom.publicKey })
logger.debug(
'started with foreignFedCom:',
foreignFedCom.endPoint,
foreignFedCom.publicKey.toString('hex'),
'started with foreignComB:',
foreignComB.url,
foreignComB.publicKey.toString('hex'),
foreignComB.publicJwtKey,
foreignComB.communityUuid,
foreignComB.authenticatedAt,