diff --git a/libs/remix-ws-templates/src/script-templates/sindri/sindri.ts b/libs/remix-ws-templates/src/script-templates/sindri/sindri.ts index 803c052570..4d5f3dcaeb 100644 --- a/libs/remix-ws-templates/src/script-templates/sindri/sindri.ts +++ b/libs/remix-ws-templates/src/script-templates/sindri/sindri.ts @@ -1,5 +1,7 @@ import client from 'sindri' +client.logLevel = 'info' + const authorize = async () => { try { const apiKey = await remix.call('settings', 'get', 'settings/sindri-access-token')