From eba1c9dfac3052b3ccce05783d3440f49fc091af Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 21 Nov 2017 18:50:33 +0100 Subject: [PATCH] Add chainpad log to the debug app --- www/common/sframe-common-history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); };