From 82369809a65dbcf515011b8319f2409f6c254b32 Mon Sep 17 00:00:00 2001 From: pines Date: Sun, 6 May 2007 09:00:52 +0000 Subject: [PATCH] more log levels git-svn-id: svn://svn.open-ils.org/ILS/trunk@7203 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/error.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/error.js b/Open-ILS/xul/staff_client/chrome/content/util/error.js index fb48e1ac23..6820f7abbe 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/error.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/error.js @@ -97,7 +97,9 @@ util.error.prototype = { 'D_EXPLODE' : false, 'D_FM_UTILS' : false, 'D_PRINT' : { 'dump' : true }, - 'D_SES' : { 'dump' : true }, + 'D_OBSERVERS' : { 'dump' : true, 'console' : false }, + 'D_CACHE' : { 'dump' : true, 'console' : false }, + 'D_SES' : { 'dump' : true, 'console' : false }, 'D_SES_FUNC' : false, 'D_SES_RESULT' : { 'dump' : true }, 'D_SES_ERROR' : { 'dump' : true, 'console' : true }, -- 2.11.0