You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/12/18 23:47:38 UTC

[04/10] git commit: [#6388] add logging stub for Timermiddleware verbose logging

[#6388] add logging stub for Timermiddleware verbose logging


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/719bf2b0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/719bf2b0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/719bf2b0

Branch: refs/heads/db/6388
Commit: 719bf2b0a578331f08283ccf96127cb57c6a0e17
Parents: a6b8d57
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Dec 17 17:53:56 2013 +0000
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Dec 18 14:58:28 2013 -0500

----------------------------------------------------------------------
 Allura/development.ini | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/719bf2b0/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index 930bbb8..5a3d83f 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -333,7 +333,7 @@ override_root = task
 # http://docs.python.org/lib/logging-config-fileformat.html
 
 [loggers]
-keys = root, allura, sqlalchemy, paste, amqp, pylons, taskdstatus, timermiddleware
+keys = root, allura, sqlalchemy, paste, amqp, pylons, taskdstatus, timermiddleware, tmw_details
 
 [handlers]
 keys = console, stats, taskdstatus, timermiddleware
@@ -374,6 +374,12 @@ level = INFO
 qualname = pylons
 handlers =
 
+[logger_tmw_details]
+# DEBUG will include every instrumented call in our logging
+level = INFO
+qualname = timermiddleware
+handlers =
+
 [logger_taskdstatus]
 level = INFO
 qualname = taskdstatus