From 584929f90bc48f4ad7b6a9264f212631b5de89c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Tue, 31 Dec 2013 12:34:44 +0100 Subject: [PATCH] Logging to console --- apps/wiki/static/wiki/editor | 2 +- apps/wiki/templates/wiki/bootstrap.html | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/apps/wiki/static/wiki/editor b/apps/wiki/static/wiki/editor index d721cbe5..d188dbf4 160000 --- a/apps/wiki/static/wiki/editor +++ b/apps/wiki/static/wiki/editor @@ -1 +1 @@ -Subproject commit d721cbe5947c8bc75b2e4b0e9602e0e3d45dbbcb +Subproject commit d188dbf4916a0893cf3d7c59387cf1db169b7620 diff --git a/apps/wiki/templates/wiki/bootstrap.html b/apps/wiki/templates/wiki/bootstrap.html index 712b9fbc..e7718dfb 100644 --- a/apps/wiki/templates/wiki/bootstrap.html +++ b/apps/wiki/templates/wiki/bootstrap.html @@ -41,13 +41,18 @@ handlers: { 'sentry': { level: 'info', - handler: 'raven' + handler: 'raven', + formatter: 'noop' + }, + 'console': { + level: 'debug', + handler: 'console' } }, loggers: { '': { - level: 'info', - handlers: ['sentry'] + level: 'debug', + handlers: ['sentry', 'console'] } } }, -- 2.20.1