Skip to content

Commit 13080e2

Browse files
authored
Merge pull request #329 from twilio/change-loglevel
change the loglevel to info
2 parents 5a8793d + 0c898b8 commit 13080e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/create-flex-plugin/templates/core/public/appConfig.example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ var appConfig = {
1515
accountSid: accountSid
1616
},
1717
ytica: false,
18-
logLevel: 'debug',
18+
logLevel: 'info',
1919
showSupervisorDesktopView: true,
2020
};

packages/create-flex-plugin/templates/core/public/appConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ var appConfig = {
1414
sso: {
1515
accountSid: accountSid
1616
},
17-
logLevel: 'debug',
17+
logLevel: 'info',
1818
};

0 commit comments

Comments
 (0)