Skip to content
Snippets Groups Projects
Unverified Commit 68e47325 authored by Feanil Patel's avatar Feanil Patel Committed by GitHub
Browse files

Merge pull request #25829 from edx/feanil/enable_history_panel

Enable keeping some request history in the debug toolbar.
parents e6215631 cdbbe077
No related branches found
Tags release-2020-12-10-12.51
No related merge requests found
......@@ -94,6 +94,7 @@ DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.profiling.ProfilingPanel',
'debug_toolbar.panels.history.HistoryPanel',
)
DEBUG_TOOLBAR_CONFIG = {
......
......@@ -93,6 +93,7 @@ DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.sql.SQLPanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.history.HistoryPanel',
# ProfilingPanel has been intentionally removed for default devstack.py
# runtimes for performance reasons. If you wish to re-enable it in your
# local development environment, please create a new settings file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment