Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 556f762

Browse files
authored
Set default log level to error. (#512)
Default log level for production environment. If developers want collect more information, please change log level manually.
1 parent 146fcf5 commit 556f762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/base/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Logger = (function() {
9696
}
9797
};
9898

99-
setLogLevel(DEBUG); // Default level is debug.
99+
setLogLevel(ERROR); // Default level.
100100

101101
that.setLogLevel = setLogLevel;
102102

0 commit comments

Comments
 (0)