Skip to content

Commit

Permalink
build(cloud): Switch to verbose logging for QS Cloud test cases
Browse files Browse the repository at this point in the history
...
  • Loading branch information
Göran Sander committed Feb 14, 2024
1 parent bec940c commit 8f2abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/qscloudCreateThumbnails_success.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const defaultTestTimeout = process.env.BSI_TEST_TIMEOUT || 1200000; // 20 minute
console.log(`Jest timeout: ${defaultTestTimeout}`);

const options = {
loglevel: process.env.BSI_LOG_LEVEL || 'debug',
loglevel: process.env.BSI_LOG_LEVEL || 'verbose',
tenanturl: process.env.BSI_CLOUD_TENANT_URL,
apikey: process.env.BSI_CLOUD_API_KEY,
logonuserid: process.env.BSI_CLOUD_LOGON_USERID,
Expand Down

0 comments on commit 8f2abb2

Please sign in to comment.