From 76dbd5b1d2cf1a9ab1a6384a016e5628444b0a5c Mon Sep 17 00:00:00 2001 From: Rob Hudson Date: Sat, 27 Sep 2008 22:23:03 -0700 Subject: Adding info about the Logging panel to the README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index c5e4c5f..7c0c8f3 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,7 @@ Currently, the following panels have been written and are working: - SQL queries including time to execute and links to EXPLAIN each query - Cache stats - Templates and context used, and their template paths +- Logging output via Python's built-in logging module If you have ideas for other panels please let us know. @@ -58,6 +59,7 @@ Installation 'debug_toolbar.panels.sql.SQLDebugPanel', 'debug_toolbar.panels.cache.CacheDebugPanel', 'debug_toolbar.panels.template.TemplateDebugPanel', + 'debug_toolbar.panels.logger.LoggingPanel', ) You can change the ordering of this tuple to customize the order of the -- cgit v1.2.3