diff --git a/src/server/api-handlers/features.ts b/src/server/api-handlers/features.ts index e9ba0d5dd..606334068 100644 --- a/src/server/api-handlers/features.ts +++ b/src/server/api-handlers/features.ts @@ -9,6 +9,9 @@ const initializeUnleash = async () => { return false; } + console.log(`Initializing unleash with ${UNLEASH_SERVER_API_URL}`); + console.log(`Initializing unleash token ${UNLEASH_SERVER_API_TOKEN}`); + try { unleashInstance = initialize({ url: UNLEASH_SERVER_API_URL,