diff options
| author | Rob Hudson | 2008-09-27 22:23:03 -0700 | 
|---|---|---|
| committer | Rob Hudson | 2008-09-27 22:23:03 -0700 | 
| commit | 76dbd5b1d2cf1a9ab1a6384a016e5628444b0a5c (patch) | |
| tree | 9566466bdd76b348cc6517f478ab360697075858 /README.rst | |
| parent | f04d10d966fe0cd335fb47829740c5318e5cf43c (diff) | |
| download | django-debug-toolbar-76dbd5b1d2cf1a9ab1a6384a016e5628444b0a5c.tar.bz2 | |
Adding info about the Logging panel to the README
Diffstat (limited to 'README.rst')
| -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 | 
