Skip to content

Commit

Permalink
Set default log level to error. (open-webrtc-toolkit#512)
Browse files Browse the repository at this point in the history
Default log level for production environment. If developers want collect
more information, please change log level manually.
  • Loading branch information
jianjunz authored Dec 20, 2021
1 parent 146fcf5 commit 556f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/base/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Logger = (function() {
}
};

setLogLevel(DEBUG); // Default level is debug.
setLogLevel(ERROR); // Default level.

that.setLogLevel = setLogLevel;

Expand Down

0 comments on commit 556f762

Please sign in to comment.