summaryrefslogtreecommitdiffstats
path: root/static/environment.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/environment.js')
-rw-r--r--static/environment.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/static/environment.js b/static/environment.js
new file mode 100644
index 000000000000..9435635fb7e4
--- /dev/null
+++ b/static/environment.js
@@ -0,0 +1,3 @@
+Module.preRun.push(function() {
+ ENV.SAL_LOG = "+WARN"
+});