aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
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