diff --git a/www/common/sframe-common-history.js b/www/common/sframe-common-history.js index 49f4233c9..6a495c578 100644 --- a/www/common/sframe-common-history.js +++ b/www/common/sframe-common-history.js @@ -34,7 +34,7 @@ define([ }, initialState: '', transformFunction: JsonOT.validate, - logLevel: 0, + logLevel: config.debug ? 1 : 0, noPrune: true }); };