From: pines Date: Sun, 6 May 2007 09:00:52 +0000 (+0000) Subject: more log levels X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=82369809a65dbcf515011b8319f2409f6c254b32;p=Evergreen.git more log levels git-svn-id: svn://svn.open-ils.org/ILS/trunk@7203 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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 },