Skip to content

Commit

Permalink
Disabled logging panel in debug toolbar settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta authored and MattyMay committed Nov 22, 2024
1 parent e54381a commit 30b6d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autograder/settings/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def show_toolbar_callback(request):
# 'debug_toolbar.panels.templates.TemplatesPanel',
'debug_toolbar.panels.cache.CachePanel',
'debug_toolbar.panels.signals.SignalsPanel',
'debug_toolbar.panels.logging.LoggingPanel',
# 'debug_toolbar.panels.logging.LoggingPanel',
'debug_toolbar.panels.redirects.RedirectsPanel',
]
MIDDLEWARE += (
Expand Down

0 comments on commit 30b6d1e

Please sign in to comment.