From 7d7ef5697f02c3db331189cec3c8b73eafbb1068 Mon Sep 17 00:00:00 2001 From: AP Date: Fri, 22 May 2020 12:09:09 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20logger=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/schemas/query/server/getServerAccounts.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api/schemas/query/server/getServerAccounts.ts b/api/schemas/query/server/getServerAccounts.ts index a75012b1..72292257 100644 --- a/api/schemas/query/server/getServerAccounts.ts +++ b/api/schemas/query/server/getServerAccounts.ts @@ -15,7 +15,9 @@ export const getServerAccounts = { let ssoAccount = null; if (macaroon && host && ssoVerified) { logger.debug( - `Macaroon${cert && ', certificate'} and host found for SSO account` + `Macaroon${ + cert ? ', certificate' : '' + } and host (${host}) found for SSO.` ); ssoAccount = { name: 'SSO Account',