diff options
| -rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
