Skip to content

Commit 9f76656

Browse files
committed
Devtools: Set default logging level to 2 in the dashboard
1 parent 95c3826 commit 9f76656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/test_dashboard/devtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var Tabs = {
129129
var interval = setInterval(function() {
130130
if(window.Plotly) {
131131
clearInterval(interval);
132-
Tabs.setPlotConfig();
132+
Tabs.setPlotConfig({ logging: 2 });
133133
Tabs.onReload();
134134
}
135135
}, 100);

0 commit comments

Comments
 (0)