Skip to content

Commit bb1245e

Browse files
committed
MAGETWO-59587: Debugging and profiling tools for UI Components and Javascript modules
1 parent ee591ac commit bb1245e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/lib/logger

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/lib/logger/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ define([
2828
* @protected
2929
* @type {Number}
3030
*/
31-
this.displayLevel_ = levels.ALL;
31+
this.displayLevel_ = levels.WARN;
3232

3333
/**
3434
* An array of display criteria.

0 commit comments

Comments
 (0)