-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: distinguish between network and infra... failure
- Loading branch information
1 parent
2352811
commit 44beed6
Showing
4 changed files
with
19 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
// Logging configuration | ||
var loggingConfig = { // eslint-disable-line no-unused-vars | ||
//default log level for the app and lib-jitsi-meet | ||
//defaultLogLevel: 'trace', | ||
defaultLogLevel: 'trace', | ||
// Option to disable LogCollector (which stores the logs on CallStats) | ||
//disableLogCollector: true, | ||
// Examples: | ||
//'modules/version/ComponentsVersions.js': 'info', | ||
//'modules/xmpp/ChatRoom.js': 'log' | ||
// Logging level adjustments for verbose modules: | ||
'modules/xmpp/strophe.util.js': 'log' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters