fix: remove deprecated django-debug-toolbar Logging Panel (#32553)

This commit is contained in:
Braden MacDonald
2023-07-10 11:16:16 -07:00
committed by GitHub
parent e770d8beef
commit 7a89f2e5d3
2 changed files with 0 additions and 2 deletions

View File

@@ -104,7 +104,6 @@ DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.request.RequestPanel',
'debug_toolbar.panels.sql.SQLPanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.profiling.ProfilingPanel',
'debug_toolbar.panels.history.HistoryPanel',
)

View File

@@ -98,7 +98,6 @@ DEBUG_TOOLBAR_PANELS = (
'debug_toolbar.panels.request.RequestPanel',
'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