Merge pull request #25829 from edx/feanil/enable_history_panel

Enable keeping some request history in the debug toolbar.
This commit is contained in:
Feanil Patel
2020-12-10 11:28:17 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -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 = {

View File

@@ -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